deploy-ng: Fix swapped console and gui apps on Windows

This commit is contained in:
Mitchell Stokes 2017-04-20 17:48:07 -07:00
parent 82f08b1251
commit d1241797b9

View File

@ -132,7 +132,7 @@ class build_apps(distutils.core.Command):
stub_name = 'deploy-stub'
if platform.startswith('win'):
if use_console:
if not use_console:
stub_name = 'deploy-stubw'
stub_name += '.exe'