Skip to content

Commit

Permalink
Update virtualbox-kvm-junest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Feb 18, 2025
1 parent ee3190d commit 662e2f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion virtualbox-kvm-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,8 @@ _enable_mountpoints_for_the_inbuilt_bubblewrap

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

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')
APPNAME="VirtualBox-KVM"
VERSION="$vboxver"
UPINFO="gh-releases-zsync|$(echo "$GITHUB_REPOSITORY" | tr '/' '|')|latest|*.AppImage.zsync"
echo "$VERSION" > ./version
Expand Down

0 comments on commit 662e2f1

Please sign in to comment.