Merge branch 'arsenetar:master' into i18n_Russian

This commit is contained in:
Stanislav 2023-08-13 18:35:41 +03:00 committed by GitHub
commit 7eafb86c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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", "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")))