diff --git a/source/UpdateState.hx b/source/UpdateState.hx index adbc6291ea2..45ea7cf981a 100644 --- a/source/UpdateState.hx +++ b/source/UpdateState.hx @@ -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); }