mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fixed debian packaging
This commit is contained in:
parent
c9da8e26e6
commit
030eb8eb6e
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user