Compare commits

..

No commits in common. "a598ce35cc6a1b6efd009bd1277ed0dda6e399e2" and "398a2deb17144ee7097032f28c01cb3e8a920dce" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +0,0 @@
#!/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 "$@"

View File

@ -3,7 +3,7 @@
#set -e #set -e
# Pack elf binary and it's dependencies into standalone executable # Pack elf binary and it's dependencies into standalone executable
# License: GPLv2.0 # # License: GPLv2.0
# These vars will be modified automatically with sed # These vars will be modified automatically with sed
compress_flag=-z compress_flag=-z