1
0
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:
Jonathan Harris 2018-03-01 01:12:58 +00:00
parent 9c8a3d628a
commit 3add73a496

View File

@ -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%; }'))