debug build.py

This commit is contained in:
Rebecca Breu 2021-07-06 21:26:15 +02:00
parent 3a3acec65a
commit 8bb5661612

View file

@ -16,6 +16,7 @@ def datapath(src, dest):
return os.path.join(*src) + os.pathsep + os.path.join(*dest)
import os; print(sorted(os.listdir(get_python_lib())))
pyqt_dir = os.path.join(get_python_lib(), 'PyQt6', 'Qt6')
appname = f'{constants.APPNAME}-{constants.VERSION}'