(appimage/) add manual appimage

the existing one is broken, and i think it might be tauri's fault.
This commit is contained in:
Beethoven
2025-08-02 14:19:30 -05:00
parent dbe8c8df4d
commit cc562662f0
6 changed files with 16 additions and 0 deletions

8
appimage/drop-oss-app.d/AppRun Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
program="drop-oss-app"
# point to libraries and run
LD_LIBRARY_PATH=$APPDIR/usr/lib:/usr/local/lib:/usr/lib $APPDIR/usr/bin/$program $@
# vim:ft=sh