diff --git a/setup.py b/setup.py index 61250d99..74db8f4d 100755 --- a/setup.py +++ b/setup.py @@ -154,7 +154,7 @@ setup( 'script': APP, 'icon_resources': [(0, '%s.ico' % APPNAME)], 'company_name': 'EDCD', # WinSparkle - 'product_name': APP, # WinSparkle + 'product_name': APPNAME, # WinSparkle 'version': VERSION, 'copyright': COPYRIGHT, 'other_resources': [(24, 1, open(APPNAME+'.manifest').read())],