builder image

This commit is contained in:
2026-07-31 19:56:41 +02:00
parent 8a2e61929f
commit f11f9051fe
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ OUTPUT_JS = $(DIST_DIR)/wasm_exec.js
OUTPUT_ZIP = $(PROJECT)-$(VERSION).html.zip
VERSION_FILE = .version
INDEX_HTML_URL = https://git.teletype.hu/tools/ebitengine-tools/raw/branch/master/web/index.html
INDEX_HTML_URL = https://git.teletypegames.org/tools/ebitengine-tools/raw/branch/master/web/index.html
all: build
+1 -1
View File
@@ -14,7 +14,7 @@ cd "$(dirname "$0")"
PROJECT="rabbitroller"
DIST_DIR="dist"
WASM_NAME="game.wasm"
INDEX_HTML_URL="https://git.teletype.hu/tools/ebitengine-tools/raw/branch/master/web/index.html"
INDEX_HTML_URL="https://git.teletypegames.org/tools/ebitengine-tools/raw/branch/master/web/index.html"
# --- determine version (arg > metadata.json) --------------------------------
if [ "${1:-}" != "" ]; then
+1 -1
View File
@@ -3,7 +3,7 @@
"title": "Rabbit Roller",
"author": "Teletype Games",
"desc": "Jump and roll your way through the world as a cute rabbit in this endless runner game.",
"site": "https://git.teletype.hu/games/rabbitroller",
"site": "https://git.teletypegames.org/games/rabbitroller",
"license": "MIT License",
"version": "1.1.0"
}