mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
Use correct sparkle:os value on macOS for Sparkle>=1.18.1
This commit is contained in:
parent
9c8a3d628a
commit
3add73a496
2
setup.py
2
setup.py
@ -213,7 +213,7 @@ appcast.write('''
|
||||
'''.format(float(SHORTVERSION)/100,
|
||||
SHORTVERSION,
|
||||
PKG,
|
||||
sys.platform=='win32' and 'windows"\n\t\t\t\tsparkle:installerArguments="/passive LAUNCH=yes' or 'osx',
|
||||
sys.platform=='win32' and 'windows"\n\t\t\t\tsparkle:installerArguments="/passive LAUNCH=yes' or 'macos',
|
||||
VERSION,
|
||||
os.stat(PKG).st_size,
|
||||
sys.platform=='win32' and 'body { font-family:"Segoe UI","Tahoma"; font-size: 75%; } h2 { font-family:"Segoe UI","Tahoma"; font-size: 105%; }' or 'h2 { font-size: 105%; }'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user