Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Jan 8, 2025
1 parent 664eaf6 commit 9a88cc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/AutoUpdate/AutoUpdateControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ async void AutoUpdate(string requestUri)

string exeLocation = Application.ExecutablePath;
string exeDir = Path.GetDirectoryName(exeLocation);
exeDir = "C:\\Program Files\\GHelper";
string exeName = Path.GetFileName(exeLocation);
string zipLocation = exeDir + "\\" + zipName;

Expand Down

0 comments on commit 9a88cc6

Please sign in to comment.