add metadata
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-01-30 08:38:38 +01:00
parent 3334cab9a7
commit 295ebecbc7
2 changed files with 13 additions and 1 deletions

View File

@@ -54,8 +54,12 @@ ci-export:
ci-upload:
@VERSION=$$(cat $(VERSION_FILE)); \
FILE="$(PROJECT)-$$VERSION.html.zip"; \
META_SRC="metadata.json"; \
META_DST="$(PROJECT)-$$VERSION.metadata.json"; \
cp $$META_SRC $$META_DST; \
sshpass -p "$(DROPAREA_SSH_PASSWORD)" scp -o StrictHostKeyChecking=no -P $(DROPAREA_PORT) \
$$FILE $(DROPAREA_USER)@$(DROPAREA_HOST):$(DROPAREA_TARGET_PATH)/
$$FILE $$META_DST \
$(DROPAREA_USER)@$(DROPAREA_HOST):$(DROPAREA_TARGET_PATH)/
ci-update:
@VERSION=$$(cat $(VERSION_FILE)); \

8
metadata.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "ebitenginedemo",
"title": "Ebitengine Demo",
"author": "Teletype Games",
"desc": "It's a simple demo program in Ebitengine",
"site": "https://git.teletype.hu/games/ebitenginedemo",
"license": "MIT License"
}