mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Qt: Fixed packaging which didn't work under py3k.
This commit is contained in:
parent
89409c22d1
commit
cc05661f9e
@ -34,6 +34,7 @@ def package_windows(edition, dev):
|
||||
return
|
||||
add_to_pythonpath('.')
|
||||
add_to_pythonpath('qt')
|
||||
add_to_pythonpath(op.join('qt', 'base'))
|
||||
add_to_pythonpath(op.join('qt', edition))
|
||||
os.chdir(op.join('qt', edition))
|
||||
from app import DupeGuru
|
||||
|
Loading…
x
Reference in New Issue
Block a user