Skip to content

Commit

Permalink
Update Updater.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisFeline committed Oct 16, 2024
1 parent ecf0e68 commit 591f3a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ internal static class Updater {

const string POST_UPDATE_ARG = "--clean-update";
internal static void Start(GitHubRelease release, GitHubRelease.Asset asset) {
/*
AllocConsole();
Console.Title = "ToNSaveManager - Updating " + release.name;
Expand Down Expand Up @@ -66,6 +67,7 @@ internal static void Start(GitHubRelease release, GitHubRelease.Asset asset) {
if (File.Exists(Program.ProgramLocationTemporary)) {
File.Move(Program.ProgramLocationTemporary, Program.ProgramLocation, true);
}
*/
}

const string LEGACY_POST_UPDATE_ARG = "--post-update";
Expand Down

0 comments on commit 591f3a8

Please sign in to comment.