Set dmg as mount type

This commit is contained in:
Mykola Grymalyuk
2022-05-18 16:08:47 -06:00
parent b98fa0ced9
commit 053641bf4f
5 changed files with 35 additions and 26 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ block_cipher = None
a = Analysis(['OpenCore-Patcher-GUI.command'],
pathex=[],
binaries=[],
datas=[('payloads.zip', '.')],
datas=[('payloads.dmg', '.')],
hiddenimports=[],
hookspath=[],
hooksconfig={},