We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3190d commit 662e2f1Copy full SHA for 662e2f1
virtualbox-kvm-junest.sh
@@ -693,7 +693,8 @@ _enable_mountpoints_for_the_inbuilt_bubblewrap
693
694
if test -f ./*.AppImage; then rm -Rf ./*archimage*.AppImage; fi
695
696
-APPNAME=$(cat ./"$APP".AppDir/*.desktop | grep 'Name=' | head -1 | cut -c 6- | sed 's/ /-/g')
+#APPNAME=$(cat ./"$APP".AppDir/*.desktop | grep 'Name=' | head -1 | cut -c 6- | sed 's/ /-/g')
697
+APPNAME="VirtualBox-KVM"
698
VERSION="$vboxver"
699
UPINFO="gh-releases-zsync|$(echo "$GITHUB_REPOSITORY" | tr '/' '|')|latest|*.AppImage.zsync"
700
echo "$VERSION" > ./version
0 commit comments