Skip to content

Commit

Permalink
Add package for Flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed Mar 21, 2024
1 parent dc66387 commit 9a66f66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .ci_scripts/build_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ case "$DEPLOY" in
cp "${build_dir}/julius.zip" "deploy/$DEPLOY_FILE"
;;
"flatpak")
flatpak build-export export repo
PACKAGE=linux-flatpak
DEPLOY_FILE=julius-$VERSION-linux.flatpak
flatpak build-export export repo
flatpak build-bundle export julius.flatpak com.github.bvschaik.julius --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
cp julius.flatpak "deploy/$DEPLOY_FILE"
;;
Expand All @@ -50,8 +51,6 @@ case "$DEPLOY" in
cp "${build_dir}/julius.dmg" "deploy/$DEPLOY_FILE"
;;
"vita")
ls -l "${build_dir}"
whoami
PACKAGE=vita
DEPLOY_FILE=julius-$VERSION-vita.vpk
cp "${build_dir}/julius.vpk" "deploy/$DEPLOY_FILE"
Expand Down

0 comments on commit 9a66f66

Please sign in to comment.