mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-22 02:29:18 +01:00
e573cd1f2f
support relative paths --tmdinfo no longer fails when an IOS-tmd is check don't enforce decrypt=false on unpacking CLI
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
export QWAD_X_DIR="${PWD}"
|
|
PYTHONPATH="/usr/share/Qwad/"
|
|
python /usr/share/Qwad/Qwad.pyw $@
|