mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
deploy-ng: Fix swapped console and gui apps on Windows
This commit is contained in:
parent
82f08b1251
commit
d1241797b9
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user