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.
SHARUN_ALLOW_SYSVKICD
1 parent bd0c66a commit 3daafc5Copy full SHA for 3daafc5
citron-appimage.sh
@@ -29,11 +29,6 @@ if [ "$DEVEL" = 'true' ]; then
29
UPINFO="$(echo "$UPINFO" | sed 's|latest|nightly|')"
30
fi
31
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
-
37
# MAKE APPIMAGE WITH URUNTIME
38
wget --retry-connrefused --tries=30 "$URUNTIME" -O ./uruntime2appimage
39
chmod +x ./uruntime2appimage
0 commit comments