Compare commits

...

2 Commits

Author SHA1 Message Date
a598ce35cc Example script when packaging folders with executables 2024-07-09 14:59:30 +02:00
a77ab0e174 packelf.sh 2024-07-09 14:55:49 +02:00
2 changed files with 7 additions and 1 deletions

6
apprun-script-example.txt Executable file
View 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 "$@"

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