mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-22 04:31:21 +10:00
(build/appimage/drop-app.d/AppRun) change program name
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
program="drop-oss-app"
|
program="drop-app"
|
||||||
|
|
||||||
# point to libraries and run
|
# point to libraries and run
|
||||||
LD_LIBRARY_PATH=$APPDIR/usr/lib:/usr/local/lib:/usr/lib $APPDIR/usr/bin/$program $@
|
LD_LIBRARY_PATH=$APPDIR/usr/lib:/usr/local/lib:/usr/lib $APPDIR/usr/bin/$program $@
|
||||||
|
|||||||
Reference in New Issue
Block a user