anki/qt/tools/runanki.system.in
Damien Elmes 5876866565 tweaking the folder names again
hopefully that's the last of it
2020-01-03 07:48:38 +10:00

8 lines
96 B
Python
Executable File

#!/usr/bin/env python3
import sys
sys.path.append("@PREFIX@/share/anki")
import aqt
aqt.run()