Skip to content

Commit

Permalink
Update kwave
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc committed Mar 20, 2024
1 parent 8d2bbaf commit 27a8440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kwave
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ARCH=x86_64 VERSION=$(./appimagetool -v | grep -o '[[:digit:]]*') ./appimagetool

cd ..;
mv ./tmp/*.AppImage ./
VERSION=$(curl -s https://packages.debian.org/stable/$APP | grep "Package: $APP " | cut -c 21- | rev | cut -c 2- | rev)
mv ./*.AppImage dist/Kwave_Sound_Editor-$VERSION-x86_64.AppImage
V=$(curl -s https://packages.debian.org/stable/$APP | grep "Package: $APP " | cut -c 21- | rev | cut -c 2- | rev)
mv ./*.AppImage dist/Kwave_Sound_Editor-"$V"-x86_64.AppImage

rm -R -f ./tmp

0 comments on commit 27a8440

Please sign in to comment.