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:
commit
e6a6151836
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue