mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-11 03:09:49 +00:00
Compare commits
No commits in common. "03be82c0b0e1e779ee5bcb6935e3e1b16a59de3f" and "9ad84ade290560de71eef951f2355b015699fbc4" have entirely different histories.
03be82c0b0
...
9ad84ade29
@ -122,7 +122,7 @@ def package_arch():
|
|||||||
# need to include them).
|
# need to include them).
|
||||||
print("Packaging for Arch")
|
print("Packaging for Arch")
|
||||||
srcpath = op.join("build", "dupeguru-arch")
|
srcpath = op.join("build", "dupeguru-arch")
|
||||||
packages = ["hscommon", "core", "qt"]
|
packages = ["hscommon", "core", "qt", "send2trash"]
|
||||||
copy_files_to_package(srcpath, packages, with_so=True)
|
copy_files_to_package(srcpath, packages, with_so=True)
|
||||||
shutil.copy(op.join("images", "dgse_logo_128.png"), srcpath)
|
shutil.copy(op.join("images", "dgse_logo_128.png"), srcpath)
|
||||||
debopts = json.load(open(op.join("pkg", "arch", "dupeguru.json")))
|
debopts = json.load(open(op.join("pkg", "arch", "dupeguru.json")))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user