1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2025-12-12 06:41:38 +01:00
This commit is contained in:
2025-02-06 00:57:53 +01:00
parent 7143160614
commit 7804069a76
2 changed files with 3 additions and 3 deletions

View File

@@ -13,8 +13,8 @@ flatpak:
variables: variables:
APP_ID: "li.sopht.Flashcards" APP_ID: "li.sopht.Flashcards"
BUNDLE: "${APP_ID}.flatpak" BUNDLE: "${APP_ID}.flatpak"
MANIFEST_PATH: "${APP_ID}.json" MANIFEST: "${APP_ID}.json"
RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo" RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
script: script:
- flatpak-builder --keep-build-dirs --user --disable-rofiles-fuse --build-only flatpak_app --repo=repo ${MANIFEST_PATH} - flatpak-builder --user --disable-rofiles-fuse app --repo=repo ${MANIFEST}
- flatpak build-bundle repo ${BUNDLE} ${EXPORT_RUNTIME} --runtime-repo="${RUNTIME_REPO}" ${APP_ID} - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}

BIN
li.sopht.Flatpak.flatpak Normal file

Binary file not shown.