From d6a2c0462796fddcd308520aa8b67f95378ac45f Mon Sep 17 00:00:00 2001 From: Lily Date: Sat, 21 Sep 2024 17:44:23 +0300 Subject: [PATCH] guh moxie --- source/UpdateState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/UpdateState.hx b/source/UpdateState.hx index 3f1043c862c..5acb2ab44c4 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); }