Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Nov 23, 2024
1 parent 83e4d1d commit 41ad4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polybar-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fi
EOF
chmod +x ./AppRun
./sharun -g
VERSION=$(./shared/bin/polybar --version | awk 'FNR == 1 {print $2}')
VERSION="$(./bin/polybar --version | awk 'FNR==1 {print $2}')"

# Desktop
cat >> ./"$APP.desktop" << 'EOF'
Expand Down

0 comments on commit 41ad4a1

Please sign in to comment.