mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
debug build.py
This commit is contained in:
parent
3a3acec65a
commit
8bb5661612
1 changed files with 1 additions and 0 deletions
1
build.py
1
build.py
|
|
@ -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}'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue