(build/appimage/drop-app.d/AppRun) change program name

This commit is contained in:
Beethoven
2025-08-02 20:17:10 -05:00
parent 683e3ac7f2
commit f9c45053cc

View File

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