builder image
This commit is contained in:
@@ -13,7 +13,7 @@ OUTPUT_JS = $(DIST_DIR)/wasm_exec.js
|
|||||||
OUTPUT_ZIP = $(PROJECT)-$(VERSION).html.zip
|
OUTPUT_ZIP = $(PROJECT)-$(VERSION).html.zip
|
||||||
|
|
||||||
VERSION_FILE = .version
|
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
|
all: build
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ cd "$(dirname "$0")"
|
|||||||
PROJECT="rabbitroller"
|
PROJECT="rabbitroller"
|
||||||
DIST_DIR="dist"
|
DIST_DIR="dist"
|
||||||
WASM_NAME="game.wasm"
|
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) --------------------------------
|
# --- determine version (arg > metadata.json) --------------------------------
|
||||||
if [ "${1:-}" != "" ]; then
|
if [ "${1:-}" != "" ]; then
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"title": "Rabbit Roller",
|
"title": "Rabbit Roller",
|
||||||
"author": "Teletype Games",
|
"author": "Teletype Games",
|
||||||
"desc": "Jump and roll your way through the world as a cute rabbit in this endless runner game.",
|
"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",
|
"license": "MIT License",
|
||||||
"version": "1.1.0"
|
"version": "1.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user