GUI: Standardize Application Identifier for defaults

This commit is contained in:
Mykola Grymalyuk
2022-05-25 12:47:33 -06:00
parent a2e0270f99
commit 5af3aff1d7
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ coll = COLLECT(exe,
app = BUNDLE(coll,
name='OpenCore-Patcher.app',
icon="payloads/OC-Patcher.icns",
bundle_identifier="com.dortania.opencore-legacy-patcher-wxpython",
bundle_identifier="com.dortania.opencore-legacy-patcher",
info_plist={
"CFBundleShortVersionString": constants.Constants().patcher_version,
"NSHumanReadableCopyright": constants.Constants().copyright_date,