Skip to content

Commit 116a5d5

Browse files
authored
append instead
1 parent d18688e commit 116a5d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cemu-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ chmod +x ./quick-sharun
2222

2323
# allow the host vulkan to be used for aarch64 given the sad situation
2424
if [ "$ARCH" = 'aarch64' ]; then
25-
echo 'SHARUN_ALLOW_SYS_VKICD=1' > ./AppDir/.env
25+
echo 'SHARUN_ALLOW_SYS_VKICD=1' >> ./AppDir/.env
2626
fi
2727

2828
# MAKE APPIMAGE WITH URUNTIME

0 commit comments

Comments
 (0)