Misc Updates

This commit is contained in:
CreepyCrafter24 2019-09-09 14:07:29 +02:00
parent 3e852de4e8
commit 85e0a4fc2c
4 changed files with 6 additions and 15 deletions

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<repo>
<app>
<Name>NGL</Name>
<Description>Very cool</Description>
<Version>1</Version>
<ID>61bf9198-8a90-4bc8-9a37-82d105650a7f</ID>
<File>file:///B:/SRC/VisualStudio/UpTool2/TestApp.zip</File>
<Hash>90357A2DC362A791753A69A67073C95ADD4EE7193B9AE2E661025488E7B5EBC6</Hash>
<Color>#FF0000</Color>
<Icon>https://github.com/CreepyCrafter24/Netzgottesdienst-Test/raw/master/images/drawable/NGL.png</Icon>
</app>
</repo>

Binary file not shown.

View File

@ -1 +1,4 @@
Automatic Updates for UpTool
Automatic Updates for UpTool
ProgressBar for Downloads
Icons
Splash screen

View File

@ -176,7 +176,8 @@
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.splitContainer);
this.Name = "MainForm";
this.Text = "Form1";
this.ShowIcon = false;
this.Text = "UpTool 2";
this.infoPanel.ResumeLayout(false);
this.infoPanel.PerformLayout();
this.splitContainer.Panel1.ResumeLayout(false);