Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions make-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@ cp -f "\$APPDIR"/shared/lib/ld-linux*.so* /tmp/"$kek"
EOF
chmod +x ./AppDir/bin/*.hook

# for weird reasons opencode now attempts to execute $(basename $APPIMAGE)/opencode-cli
# this makes absolutely no sense wtf, so we have to set the APPIMAGE var to the
# opencode binary inside the AppDir so that it resolves correctly
echo 'APPIMAGE=${SHARUN_DIR}/bin/opencode' >> ./AppDir/.env

# Turn AppDir into AppImage
quick-sharun --make-appimage