We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13b610 commit 0721f08Copy full SHA for 0721f08
1 file changed
make-appimage.sh
@@ -32,5 +32,10 @@ cp -f "\$APPDIR"/shared/lib/ld-linux*.so* /tmp/"$kek"
32
EOF
33
chmod +x ./AppDir/bin/*.hook
34
35
+# for weird reasons opencode now attempts to execute $(basename $APPIMAGE)/opencode-cli
36
+# this makes absolutely no sense wtf, so we have to set the APPIMAGE var to the
37
+# opencode binary inside the AppDir so that it resolves correctly
38
+echo 'APPIMAGE=${SHARUN_DIR}/bin/opencode' >> ./AppDir/.env
39
+
40
# Turn AppDir into AppImage
41
quick-sharun --make-appimage
0 commit comments