Compare commits

..

No commits in common. "03be82c0b0e1e779ee5bcb6935e3e1b16a59de3f" and "9ad84ade290560de71eef951f2355b015699fbc4" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ def package_arch():
# need to include them).
print("Packaging for 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)
shutil.copy(op.join("images", "dgse_logo_128.png"), srcpath)
debopts = json.load(open(op.join("pkg", "arch", "dupeguru.json")))