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-06 00:00:58 +01:00
parent b76cc8f9ea
commit 2e92dcffb7

View File

@@ -14,5 +14,5 @@ build:flatpak:
MANIFEST_PATH: "${APP_ID}.json" MANIFEST_PATH: "${APP_ID}.json"
RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo" RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
script: script:
- flatpak-builder --repo repo app ${MANIFEST_PATH} - flatpak-builder --user --disable-rofiles-fuse --build-only --repo repo app ${MANIFEST_PATH}
- flatpak build-bundle --runtime-repo=${RUNTIME_REPO} repo ${BUNDLE} ${APP_ID} - flatpak build-bundle --runtime-repo=${RUNTIME_REPO} repo ${BUNDLE} ${APP_ID}