Skip to content

Commit ec2be8a

Browse files
authored
SHARUN_ALLOW_SYSVKICD is now handled automatically
pkgforge-dev/Anylinux-AppImages#76
1 parent 1846439 commit ec2be8a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cemu-appimage.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ wget --retry-connrefused --tries=30 "$SHARUN" -O ./quick-sharun
2020
chmod +x ./quick-sharun
2121
./quick-sharun /usr/bin/cemu
2222

23-
# allow the host vulkan to be used for aarch64 given the sad situation
24-
if [ "$ARCH" = 'aarch64' ]; then
25-
echo 'SHARUN_ALLOW_SYS_VKICD=1' >> ./AppDir/.env
26-
fi
27-
2823
# MAKE APPIMAGE WITH URUNTIME
2924
wget --retry-connrefused --tries=30 "$URUNTIME" -O ./uruntime2appimage
3025
chmod +x ./uruntime2appimage

0 commit comments

Comments
 (0)