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 22, 2025
1 parent 2174b07 commit 998fac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualbox-kvm-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ 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="VirtualBox-KVM"
VERSION="$vboxver"
UPINFO="gh-releases-zsync|$(echo "$GITHUB_REPOSITORY" | tr '/' '|')|latest|*.AppImage.zsync"
UPINFO="gh-releases-zsync|$GITHUB_REPOSITORY_OWNER|VirtualBox-appimage|latest|*x86_64.AppImage.zsync"
echo "$VERSION" > ./version
ARCH=x86_64 ./appimagetool --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 20 \
-u "$UPINFO" \
Expand Down

0 comments on commit 998fac6

Please sign in to comment.