Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Jul 6, 2024
1 parent ebf5933 commit 9794cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Tools/ProgramUpdates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public void Main(string[] args)
}


if (ffmpegupdate && checkVersion())
if (ffmpegupdate || checkVersion())
{
string DL_FileListUrl = $"/{type}/{(Isdev ? "dev" : "release")}/{type}_Update.json";
string web = Get(DL_FileListUrl);
Expand Down

0 comments on commit 9794cdb

Please sign in to comment.