Skip to content

Commit 8dec8b7

Browse files
authored
Update htop-appimage.sh
1 parent cd92b40 commit 8dec8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htop-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ wget -q "$APPIMAGETOOL" -O ./appimagetool && chmod a+x ./appimagetool
3838
ARCH=x86_64 VERSION="$APPVERSION" ./appimagetool -s ./"$APPDIR"
3939
ls ./*.AppImage || { echo "appimagetool failed to make the appimage"; exit 1; }
4040
if [ -z "$APP" ]; then exit 1; fi # Being extra safe lol
41-
mv ./*.AppImage .. && cd .. && rm -rf "./$APP"
41+
mv ./*.AppImage .. && cd .. && rm -rf ./"$APP"
4242
echo "All Done!"

0 commit comments

Comments
 (0)