Compare commits
2 Commits
398a2deb17
...
a598ce35cc
Author | SHA1 | Date | |
---|---|---|---|
a598ce35cc | |||
a77ab0e174 |
6
apprun-script-example.txt
Executable file
6
apprun-script-example.txt
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
# Example script when packaging folders with executables
|
||||
# In this case the binary "ffmpeg" is executed.
|
||||
|
||||
$(dirname $0)/ld-linux-x86-64.so.2 --library-path $(dirname $0) $(dirname $0)/ffmpeg "$@"
|
|
@ -3,7 +3,7 @@
|
|||
#set -e
|
||||
|
||||
# Pack elf binary and it's dependencies into standalone executable
|
||||
# # License: GPLv2.0
|
||||
# License: GPLv2.0
|
||||
|
||||
# These vars will be modified automatically with sed
|
||||
compress_flag=-z
|
||||
|
|
Loading…
Reference in New Issue
Block a user