Misc file cleanup

This commit is contained in:
Mykola Grymalyuk
2021-03-02 17:22:39 -07:00
parent b21b10d00b
commit 4632371437
6 changed files with 8 additions and 10392 deletions
+3 -1
View File
@@ -35,5 +35,7 @@ app = BUNDLE(exe,
icon="OC-Patcher.icns",
bundle_identifier=None,
info_plist={
"CFBundleExecutable": "MacOS/Launcher"
"CFBundleShortVersionString": "0.0.12",
"CFBundleExecutable": "MacOS/Launcher",
"NSHumanReadableCopyright": "Copyright 2020-2021 Dortania"
})