mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
dgme qt: v5.7.0
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40270
This commit is contained in:
parent
6e226f32fd
commit
67dff7fbf2
@ -17,7 +17,7 @@ from preferences_dialog import PreferencesDialog
|
||||
class DupeGuru(DupeGuruBase):
|
||||
LOGO_NAME = 'logo_me'
|
||||
NAME = 'dupeGuru Music Edition'
|
||||
VERSION = '5.6.6'
|
||||
VERSION = '5.7.0'
|
||||
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7, 8])
|
||||
|
||||
def __init__(self):
|
||||
|
10
me/qt/gen.py
10
me/qt/gen.py
@ -13,11 +13,13 @@ import os.path as op
|
||||
|
||||
from hsutil.build import print_and_do, build_all_qt_ui
|
||||
|
||||
from help import gen
|
||||
|
||||
build_all_qt_ui(op.join('qtlib', 'ui'))
|
||||
build_all_qt_ui('base')
|
||||
build_all_qt_ui('.')
|
||||
print_and_do("pyrcc4 base\\dg.qrc > base\\dg_rc.py")
|
||||
|
||||
os.chdir('help')
|
||||
print_and_do('python gen.py')
|
||||
os.chdir('base')
|
||||
print_and_do("pyrcc4 dg.qrc > dg_rc.py")
|
||||
os.chdir('..')
|
||||
|
||||
gen.generate(windows=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user