Skip to content

Commit

Permalink
Chore: Update Build
Browse files Browse the repository at this point in the history
  • Loading branch information
MoGuangYu committed May 16, 2024
1 parent 2c5a54a commit 7f9a513
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
@@ -1,6 +1,6 @@
#!/bin/sh

version=$(cat module.prop | grep 'version=' | awk -F '=' '{print $2}')
version=$(cat module.prop | grep 'version=' | awk -F '=' '{print $2}' | sed 's/ (.*//')

if [ "$isAlpha" = true ]; then
filename="Surfing_${version}_alpha.zip"
Expand Down

0 comments on commit 7f9a513

Please sign in to comment.