Skip to content

Commit

Permalink
fix $VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Nov 23, 2024
1 parent 064c3f8 commit ce5192f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedcrunch-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ wget $DESKTOP -O ./$APP.desktop
wget $ICON -O ./org.speedcrunch.SpeedCrunch.png
ln -s ./org.speedcrunch.SpeedCrunch.png ./.DirIcon

export VERSION="$(echo "$version" | awk -F"-" '{print $(NF-1)}')"
export VERSION="$(echo "$APP_URL" | awk -F"-" '{print $(NF-1)}')"

# AppRun
cat >> ./AppRun << 'EOF'
Expand Down

0 comments on commit ce5192f

Please sign in to comment.