mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2025-07-21 21:37:29 +02:00

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 $@
|