Skip to content

Commit 957115a

Browse files
authored
fix
1 parent 913bb14 commit 957115a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

make-appimage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ quick-sharun \
2222

2323
# bun makes binaries that self extract and read /proc/self/exe
2424
# they are also very delicate and get broken by strip
25-
f=./AppDir/bin/resources/opencode-cli
26-
rm -f ./AppDir/shared/bin/opencode-cli "$f"
25+
f=./AppDir/bin/opencode-cli
26+
rm -f "$f" ./AppDir/bin/resources/opencode-cli
2727
kek=.$(tr -dc 'A-Za-z0-9_=-' < /dev/urandom | head -c 10)
2828
cp -v ./opencode-cli "$f"
2929
patchelf --set-interpreter /tmp/"$kek" "$f"

0 commit comments

Comments
 (0)