Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Sep 21, 2024
2 parents feec08d + d6a2c04 commit 66e4bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/UpdateState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class UpdateState extends MusicBeatState
inline function getUpdateLink()
{
var fileEnd = #if android 'apk' #else 'zip' #end;
online_url = "https://github.com/JordanSantiagoYT/FNF-JS-Engine/releases/download/" + TitleState.updateVersion + '/FNF-JS-Engine-${getPlatform}.$fileEnd';
online_url = "https://github.com/JordanSantiagoYT/FNF-JS-Engine/releases/download/" + TitleState.updateVersion + '/FNF-JS-Engine-${getPlatform()}.$fileEnd';
trace("update url: " + online_url);
}

Expand Down

0 comments on commit 66e4bf1

Please sign in to comment.