We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18688e commit 116a5d5Copy full SHA for 116a5d5
1 file changed
cemu-appimage.sh
@@ -22,7 +22,7 @@ chmod +x ./quick-sharun
22
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
+ echo 'SHARUN_ALLOW_SYS_VKICD=1' >> ./AppDir/.env
26
fi
27
28
# MAKE APPIMAGE WITH URUNTIME
0 commit comments