1
0
镜像自地址 https://github.com/arsenetar/dupeguru.git 已同步 2025-09-11 17:58:17 +00:00

Fix macOS packaging issue

这个提交包含在:
Andrew Senetar 2022-02-09 22:33:41 -06:00
父节点 e957f840da
当前提交 35e6ffd6af
签署人:: arsenetar
GPG 密钥 ID: C63300DCE48AB2F1

查看文件

@ -213,7 +213,7 @@ def package_macos():
"--osx-bundle-identifier=com.hardcoded-software.dupeguru",
"--add-data={0}:locale".format(LOCALE_DIR),
"--add-data={0}:help".format(HELP_DIR),
ENTRY_SCRIPT,
"{0}".format(ENTRY_SCRIPT),
]
)