From 3add73a496e1d4b44c16c619458b072623a50ba9 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Thu, 1 Mar 2018 01:12:58 +0000 Subject: [PATCH] Use correct sparkle:os value on macOS for Sparkle>=1.18.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6b03e17..93a96a30 100755 --- a/setup.py +++ b/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%; }'))