mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-07-03 05:53:20 +00:00
Fixed typo in packaging.
This commit is contained in:
parent
36b214443a
commit
dc8b1b3b02
@ -143,7 +143,7 @@ def package_arch(edition):
|
|||||||
# need to include them).
|
# need to include them).
|
||||||
print("Packaging for Arch")
|
print("Packaging for Arch")
|
||||||
ed = lambda s: s.format(edition)
|
ed = lambda s: s.format(edition)
|
||||||
srcpath = op.join('build', 'moneyguru-arch')
|
srcpath = op.join('build', ed('dupeguru-{}-arch'))
|
||||||
packages = ['hscommon', 'core', ed('core_{0}'), 'qtlib', 'qt', 'send2trash', 'jobprogress']
|
packages = ['hscommon', 'core', ed('core_{0}'), 'qtlib', 'qt', 'send2trash', 'jobprogress']
|
||||||
if edition == 'me':
|
if edition == 'me':
|
||||||
packages.append('hsaudiotag')
|
packages.append('hsaudiotag')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user