mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-12 15:52:43 +10:00
lol woops this caused a typo that cascaded into an appimage that failed to find the executable
9 lines
161 B
Bash
Executable File
9 lines
161 B
Bash
Executable File
#!/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
|