File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ export ARCH VERSION
88export OUTPATH=./dist
99export ADD_HOOKS=" self-updater.bg.hook"
1010export UPINFO=" gh-releases-zsync|${GITHUB_REPOSITORY%/* } |${GITHUB_REPOSITORY#*/ } |latest|*$ARCH .AppImage.zsync"
11- export ICON=/usr/share/icons/hicolor/128x128/apps/OpenCode.png
12- export DESKTOP=/usr/share/applications/OpenCode.desktop
1311export DEPLOY_OPENGL=1
1412
1513# save the bun binary for later
@@ -30,7 +28,7 @@ kek=.$(tr -dc 'A-Za-z0-9_=-' < /dev/urandom | head -c 10)
3028cp -v ./opencode-cli " $f "
3129patchelf --set-interpreter /tmp/" $kek " " $f "
3230patchelf --set-rpath ' $ORIGIN/../lib' " $f "
33- ln -s ../opencode-cli ./AppDir/bin/resources/opencode-cli
31+ ln -s ../opencode-cli ./AppDir/bin/resources/opencode-cli
3432
3533cat << EOF > ./AppDir/bin/random-linker.src.hook
3634#!/bin/false
You can’t perform that action at this time.
0 commit comments