We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913bb14 commit 957115aCopy full SHA for 957115a
1 file changed
make-appimage.sh
@@ -22,8 +22,8 @@ quick-sharun \
22
23
# bun makes binaries that self extract and read /proc/self/exe
24
# 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"
+f=./AppDir/bin/opencode-cli
+rm -f "$f" ./AppDir/bin/resources/opencode-cli
27
kek=.$(tr -dc 'A-Za-z0-9_=-' < /dev/urandom | head -c 10)
28
cp -v ./opencode-cli "$f"
29
patchelf --set-interpreter /tmp/"$kek" "$f"
0 commit comments