1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Fix macOS packaging issue

This commit is contained in:
2022-02-09 22:33:41 -06:00
parent e957f840da
commit 35e6ffd6af

View File

@@ -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),
]
)