1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2025-12-12 09:01:37 +01:00
This commit is contained in:
2025-02-05 23:53:17 +01:00
parent 4eea278113
commit 280773ff8d

View File

@@ -11,8 +11,8 @@ build:flatpak:
variables: variables:
APP_ID: "li.sopht.Flashcards" APP_ID: "li.sopht.Flashcards"
BUNDLE: "${APP_ID}.flatpak" BUNDLE: "${APP_ID}.flatpak"
REPO: "repo" MANIFEST_PATH: "${APP_ID}.json"
RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo" RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
script: stage: build
- flatpak-builder --repo ${REPO} app ${APP_ID}.json extends:
- flatpak build-bundle --runtime-repo=${RUNTIME_REPO} ${REPO} ${BUNDLE} ${APP_ID} - .flatpak