tools.deploy.windows: got the "com" and "exe" backwards for deploy-console? flag

release
Joe Groff 2010-03-23 15:32:16 -07:00
parent 4ad1f7d7d4
commit 305ea844de
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ CONSTANT: app-icon-resource-id "APPICON"
: create-exe-dir ( vocab bundle-name -- vm )
dup copy-dll
deploy-console? get ".exe" ".com" ? copy-vm ;
deploy-console? get ".com" ".exe" ? copy-vm ;
: open-in-explorer ( dir -- )
[ f "open" ] dip absolute-path normalize-separators