mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-20 11:41:20 +10:00
(build/) add build directory for non-tauri builds
This commit is contained in:
8
build/appimage/drop-oss-app.d/AppRun
Executable file
8
build/appimage/drop-oss-app.d/AppRun
Executable 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
|
||||
Reference in New Issue
Block a user