mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-12 18:03:05 +00:00
Phantop
95be3a7d5d
removes the apps/appimage script that did this. should function identically replaces version numbering with dates because incrementing is a nightmare
5 lines
163 B
Bash
Executable file
5 lines
163 B
Bash
Executable file
#!/bin/sh
|
|
export PATH="${APPDIR}"/bin:"$PATH"
|
|
export LD_LIBRARY_PATH="${APPDIR}"/lib64:"${APPDIR}"/lib:"$LD_LIBRARY_PATH"
|
|
exec "$APPDIR/$(basename "$ARGV0")" "$@"
|