Skip to content

Commit

Permalink
Move flatpak json file to res
Browse files Browse the repository at this point in the history
  • Loading branch information
crudelios committed May 18, 2024
1 parent a7a699f commit 89f5be6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ elif [ "$BUILD_TARGET" == "flatpak" ]
then
sudo apt-get update && sudo apt-get -y install flatpak-builder
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo flatpak-builder repo com.github.keriew.augustus.json --install-deps-from=flathub --install-deps-only --delete-build-dirs
sudo flatpak-builder repo res/com.github.keriew.augustus.json --install-deps-from=flathub --install-deps-only --delete-build-dirs
sudo rm -R .flatpak-builder
elif [ ! -z "$SDL_VERSION" ] && [ ! -z "$SDL_MIXER_VERSION" ]
then
Expand Down
2 changes: 1 addition & 1 deletion .ci_scripts/run_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ case "$BUILD_TARGET" in
fi
;;
"flatpak")
flatpak-builder repo com.github.keriew.augustus.json --install-deps-from=flathub --keep-build-dirs
flatpak-builder repo res/com.github.keriew.augustus.json --install-deps-from=flathub --keep-build-dirs
cp .flatpak-builder/build/augustus/res/version.txt res/version.txt
;;
"appimage")
Expand Down
File renamed without changes.

0 comments on commit 89f5be6

Please sign in to comment.