Add App Update checks to GUI

This commit is contained in:
Mykola Grymalyuk
2022-01-15 16:16:04 -07:00
parent 0bd3ce595d
commit 0e969ee6cd
5 changed files with 168 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ exe = EXE(pyz,
app = BUNDLE(exe,
name='OpenCore-Patcher.app',
icon="payloads/OC-Patcher.icns",
bundle_identifier=None,
bundle_identifier="com.dortania.opencore-legacy-patcher-wxpython",
info_plist={
"CFBundleShortVersionString": constants.Constants().patcher_version,
"NSHumanReadableCopyright": "Copyright 2020-2022 Dortania",