From 7ee225f48358179cd4722acacdddbd46a6b878de Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Wed, 4 Mar 2026 15:11:35 +0100 Subject: [PATCH] web version url fix --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4c6f210..3665840 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ web: love @echo "==> Patching player.js" sed -i.bak "s|uri = 'nogame\.love'|uri = '$(LOVE_NAME)'|g" $(WEB_DIR)/player.js && rm $(WEB_DIR)/player.js.bak @echo "==> Patching index.html" - sed -i.bak 's|||g' $(WEB_DIR)/index.html && rm $(WEB_DIR)/index.html.bak + sed -i.bak 's|||g' $(WEB_DIR)/index.html && rm $(WEB_DIR)/index.html.bak @echo "==> Web build ready in $(WEB_DIR)" export: love web @@ -97,6 +97,5 @@ ci-upload: ci-update: @VERSION=$$(cat $(VERSION_FILE)); \ curl "$(UPDATE_SERVER)/update?secret=$(UPDATE_SECRET)&name=$(PROJECT)&platform=love&version=$$VERSION"; \ - curl "$(UPDATE_SERVER)/update?secret=$(UPDATE_SECRET)&name=$(PROJECT)&platform=love-web&version=$$VERSION" .PHONY: all build love web export watch clean ci-version ci-export ci-upload ci-update \ No newline at end of file