mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-26 13:51:39 +00:00
Qt: Fixed packaging which didn't work under py3k.
This commit is contained in:
@@ -34,6 +34,7 @@ def package_windows(edition, dev):
|
|||||||
return
|
return
|
||||||
add_to_pythonpath('.')
|
add_to_pythonpath('.')
|
||||||
add_to_pythonpath('qt')
|
add_to_pythonpath('qt')
|
||||||
|
add_to_pythonpath(op.join('qt', 'base'))
|
||||||
add_to_pythonpath(op.join('qt', edition))
|
add_to_pythonpath(op.join('qt', edition))
|
||||||
os.chdir(op.join('qt', edition))
|
os.chdir(op.join('qt', edition))
|
||||||
from app import DupeGuru
|
from app import DupeGuru
|
||||||
|
|||||||
Reference in New Issue
Block a user