Skip to content

Commit

Permalink
Merge pull request #1144 from Cebtenzzre/fix-arch-package
Browse files Browse the repository at this point in the history
Do not package send2trash on Arch Linux
  • Loading branch information
arsenetar authored Jul 18, 2023
2 parents 9ad84ad + 332b814 commit 03be82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", "send2trash"]
packages = ["hscommon", "core", "qt"]
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")))
Expand Down

0 comments on commit 03be82c

Please sign in to comment.