Skip to content

Commit 6ba1b5e

Browse files
authored
no longer needed
1 parent f1431d1 commit 6ba1b5e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

make-appimage.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ export ARCH VERSION
88
export OUTPATH=./dist
99
export ADD_HOOKS="self-updater.bg.hook"
1010
export 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
1311
export 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)
3028
cp -v ./opencode-cli "$f"
3129
patchelf --set-interpreter /tmp/"$kek" "$f"
3230
patchelf --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

3533
cat <<EOF > ./AppDir/bin/random-linker.src.hook
3634
#!/bin/false

0 commit comments

Comments
 (0)