osx.spec: trivial formatting
This commit is contained in:
@@ -139,24 +139,27 @@ if APP_SIGN:
|
|||||||
|
|
||||||
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
|
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
|
||||||
|
|
||||||
exe = EXE(pyz,
|
exe = EXE(
|
||||||
a.scripts,
|
pyz,
|
||||||
a.binaries,
|
a.scripts,
|
||||||
a.datas,
|
a.binaries,
|
||||||
name=PACKAGE,
|
a.datas,
|
||||||
debug=False,
|
name=PACKAGE,
|
||||||
strip=False,
|
debug=False,
|
||||||
upx=True,
|
strip=False,
|
||||||
icon=electrum+ICONS_FILE,
|
upx=True,
|
||||||
console=False)
|
icon=electrum+ICONS_FILE,
|
||||||
|
console=False,
|
||||||
app = BUNDLE(exe,
|
)
|
||||||
version = VERSION,
|
|
||||||
name=PACKAGE + '.app',
|
app = BUNDLE(
|
||||||
icon=electrum+ICONS_FILE,
|
exe,
|
||||||
bundle_identifier=None,
|
version = VERSION,
|
||||||
info_plist={
|
name=PACKAGE + '.app',
|
||||||
'NSHighResolutionCapable': 'True',
|
icon=electrum+ICONS_FILE,
|
||||||
'NSSupportsAutomaticGraphicsSwitching': 'True'
|
bundle_identifier=None,
|
||||||
}
|
info_plist={
|
||||||
|
'NSHighResolutionCapable': 'True',
|
||||||
|
'NSSupportsAutomaticGraphicsSwitching': 'True'
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user