1
0
Fork 0
mirror of https://git.suyu.dev/suyu/flatpak.git synced 2025-01-04 21:36:03 +00:00

Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Fijxu 2024-03-08 01:18:07 -03:00
commit e6a6151836
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ variables:
# Application id of the app, should be same as id used in flatpak manifest and MetaInfo
APP_ID: org.suyu_emu.suyu
# Location of the flatpak manifest, root of git repository
MANIFEST_PATH: $CI_PROJECT_DIR/${APP_ID}.yaml
MANIFEST_PATH: $CI_PROJECT_DIR/${APP_ID}.json
# Name of flatpak bundle
BUNDLE: "${APP_ID}.flatpak"
# Docker image to use