(build/appimage/drop-app.d/) rename AppDir

lol woops this caused a typo that cascaded into an appimage that failed
to find the executable
This commit is contained in:
Beethoven
2025-08-02 20:15:57 -05:00
parent fe586be658
commit 683e3ac7f2
6 changed files with 0 additions and 0 deletions

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