Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Jun 9, 2024
1 parent 0e28d45 commit 22e67d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Update/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ public static void Main(string[] args)
FileUpdateStatus = false;
}
}
if (Update_For_UpdateProgram)
//if (Update_For_UpdateProgram)
{
if (!item.FilePath.Contains("bin/Update"))
if (item.FilePath.Contains("bin/Update"))
{
FileUpdateStatus = false;
}
Expand Down

0 comments on commit 22e67d8

Please sign in to comment.