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.
1 parent 0ed82dc commit b4e5104Copy full SHA for b4e5104
1 file changed
cursor-appimage.sh
@@ -29,7 +29,7 @@ chmod +x ./quick-sharun
29
# MAKE APPIMAGE WITH URUNTIME
30
wget --retry-connrefused --tries=30 "$URUNTIME" -O ./uruntime2appimage
31
chmod +x ./uruntime2appimage
32
-./uruntime2appimage
+sh -x ./uruntime2appimage
33
34
mkdir -p ./dist
35
mv -v ./*.AppImage* ./dist
0 commit comments