Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikx committed Jun 28, 2017
1 parent 686ec76 commit baac7b2
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 37 deletions.
Binary file modified .vs/Metro Skin Installer/v15/.suo
Binary file not shown.
72 changes: 36 additions & 36 deletions Metro Skin Installer/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Metro Skin Installer/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ private void button1_Click(object sender, EventArgs e)
}
else if (radioButton2.Checked)
{
withPatch.Visible = true;
richTextBox1.AppendText("\nDownloading latest community patch");
List<String> downloadPatchEventArgs = new List<string>();
downloadPatchEventArgs.Add("https://github.com/redsigma/UPMetroSkin/archive/installer.zip"); //From where to download patch
Expand All @@ -42,7 +43,7 @@ private void button1_Click(object sender, EventArgs e)
downloadPatchEventArgs.Add(Path.GetTempPath() + "patchfiles.zip"); //Where temporary file is downloaded
downloadPatchEventArgs.Add("false");
downloadFileWorker.RunWorkerAsync(downloadPatchEventArgs);
withPatch.Visible = true;



}
Expand Down
Binary file modified Metro Skin Installer/bin/Debug/Metro Skin Installer.exe
Binary file not shown.
Binary file modified Metro Skin Installer/bin/Debug/Metro Skin Installer.pdb
Binary file not shown.
Binary file modified Metro Skin Installer/bin/Release/Metro Skin Installer.exe
Binary file not shown.
Binary file modified Metro Skin Installer/bin/Release/Metro Skin Installer.pdb
Binary file not shown.
Binary file not shown.
Binary file modified Metro Skin Installer/obj/Debug/Metro Skin Installer.exe
Binary file not shown.
Binary file modified Metro Skin Installer/obj/Debug/Metro Skin Installer.pdb
Binary file not shown.
Binary file not shown.
Binary file modified Metro Skin Installer/obj/Release/Metro Skin Installer.exe
Binary file not shown.
Binary file modified Metro Skin Installer/obj/Release/Metro Skin Installer.pdb
Binary file not shown.

0 comments on commit baac7b2

Please sign in to comment.