Skip to content

Commit

Permalink
build: fix non-sign build
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Nov 27, 2023
1 parent 9046fee commit cbcdaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi

flatpak-builder ${REPO_ARGS} ${GPG_ARGS} --default-branch=stable --user --ccache --force-clean out com.jagex.Launcher.yaml
if [[ ${DOSIGN} -eq 0 ]]; then
flatpak build-export repo out
flatpak build-export repo out stable
fi
flatpak build-update-repo ${GPG_ARGS} repo --title="Jagex Launcher" --generate-static-deltas --default-branch=stable

Expand Down

0 comments on commit cbcdaab

Please sign in to comment.