diff --git a/.gitignore b/.gitignore index 615fccd..99437e7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ builddir/ .flatpak-builder/ repo/ app/ +*.flatpak # Prerequisites *.d diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82a00a1..a8c5ec4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,8 @@ flatpak: MANIFEST: "${APP_ID}.json" RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo" script: - - flatpak-builder --user --disable-rofiles-fuse app --repo=repo ${MANIFEST} - - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID} + - flatpak-builder app --repo=repo ${MANIFEST} + - flatpak build-bundle repo ${BUNDLE} ${APP_ID} --runtime-repo=${RUNTIME_REPO} artifacts: paths: - ${BUNDLE} diff --git a/docs/main.typ b/docs/main.typ index 67e6aac..6a72c61 100644 --- a/docs/main.typ +++ b/docs/main.typ @@ -53,7 +53,7 @@ #lorem(100) #pagebreak() -= Continuous Integration += CI / CD #lorem(100) == Flatpak