Skip to content

Commit 662e2f1

Browse files
authored
Update virtualbox-kvm-junest.sh
- rename the AppImage, see AppImage/appimage.github.io#3452 (comment)
1 parent ee3190d commit 662e2f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

virtualbox-kvm-junest.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,8 @@ _enable_mountpoints_for_the_inbuilt_bubblewrap
693693

694694
if test -f ./*.AppImage; then rm -Rf ./*archimage*.AppImage; fi
695695

696-
APPNAME=$(cat ./"$APP".AppDir/*.desktop | grep 'Name=' | head -1 | cut -c 6- | sed 's/ /-/g')
696+
#APPNAME=$(cat ./"$APP".AppDir/*.desktop | grep 'Name=' | head -1 | cut -c 6- | sed 's/ /-/g')
697+
APPNAME="VirtualBox-KVM"
697698
VERSION="$vboxver"
698699
UPINFO="gh-releases-zsync|$(echo "$GITHUB_REPOSITORY" | tr '/' '|')|latest|*.AppImage.zsync"
699700
echo "$VERSION" > ./version

0 commit comments

Comments
 (0)