Compare commits
No commits in common. "a598ce35cc6a1b6efd009bd1277ed0dda6e399e2" and "398a2deb17144ee7097032f28c01cb3e8a920dce" have entirely different histories.
a598ce35cc
...
398a2deb17
|
@ -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 "$@"
|
|
@ -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