Skip to content

Commit 3daafc5

Browse files
authored
SHARUN_ALLOW_SYSVKICD is now handled automatically
1 parent bd0c66a commit 3daafc5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

citron-appimage.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ if [ "$DEVEL" = 'true' ]; then
2929
UPINFO="$(echo "$UPINFO" | sed 's|latest|nightly|')"
3030
fi
3131

32-
# allow the host vulkan to be used for aarch64 given the sad situation
33-
if [ "$ARCH" = 'aarch64' ]; then
34-
echo 'SHARUN_ALLOW_SYS_VKICD=1' > ./AppDir/.env
35-
fi
36-
3732
# MAKE APPIMAGE WITH URUNTIME
3833
wget --retry-connrefused --tries=30 "$URUNTIME" -O ./uruntime2appimage
3934
chmod +x ./uruntime2appimage

0 commit comments

Comments
 (0)