mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-24 04:31:38 +00:00
Fixed debian packaging
This commit is contained in:
@@ -86,7 +86,7 @@ def package_debian(edition):
|
|||||||
os.makedirs(destpath)
|
os.makedirs(destpath)
|
||||||
os.makedirs(srcpath)
|
os.makedirs(srcpath)
|
||||||
shutil.copy('run.py', op.join(srcpath, 'run.py'))
|
shutil.copy('run.py', op.join(srcpath, 'run.py'))
|
||||||
packages = ['hscommon', 'hsgui', 'core', ed('core_{0}'), 'qtlib', 'qt', 'hsutil', 'send2trash']
|
packages = ['hscommon', 'hsgui', 'core', ed('core_{0}'), 'qtlib', 'qt', 'hsutil', 'send2trash', 'jobprogress']
|
||||||
if edition == 'me':
|
if edition == 'me':
|
||||||
packages.append('hsaudiotag')
|
packages.append('hsaudiotag')
|
||||||
copy_packages(packages, srcpath)
|
copy_packages(packages, srcpath)
|
||||||
|
|||||||
Reference in New Issue
Block a user