5 lines
No EOL
85 B
Bash
Executable file
5 lines
No EOL
85 B
Bash
Executable file
#!/bin/bash
|
|
pushd "$(dirname "$0")"
|
|
. venv/bin/activate
|
|
./build-appimage.py "$@"
|
|
popd |