mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-11 23:21:37 +00:00
Fix macOS packaging issue
This commit is contained in:
@@ -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),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user