mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Fixed qt packaging.
This commit is contained in:
parent
8193bc5f60
commit
e3706fa923
@ -10,6 +10,7 @@
|
||||
import sys
|
||||
import os
|
||||
import os.path as op
|
||||
import shutil
|
||||
|
||||
import yaml
|
||||
|
||||
@ -31,6 +32,7 @@ def package_qt(edition):
|
||||
return
|
||||
add_to_pythonpath('.')
|
||||
add_to_pythonpath('qt')
|
||||
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