1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-10-31 22:05:58 +00:00

Fix macOS packaging issue

This commit is contained in:
Andrew Senetar 2022-02-09 22:33:41 -06:00
parent e957f840da
commit 35e6ffd6af
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1

View File

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