Skip to content

Commit

Permalink
pick a release version for nightly master builds
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Aug 26, 2024
1 parent e1cbbbf commit 3050624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ echo "preparing to invoke jpackage for I2P version $I2P_VERSION"
rm -rf I2P

if [ ! -d "I2P" ]; then
if [ echo "$I2P_VERSION" | grep "master" ]; then
if echo "$I2P_VERSION" | grep "master"; then
RELEASE_VERSION="9.9.9"
else
RELEASE_VERSION="$I2P_VERSION"
Expand Down

0 comments on commit 3050624

Please sign in to comment.