tools.deploy.windows: got the "com" and "exe" backwards for deploy-console? flag
parent
4ad1f7d7d4
commit
305ea844de
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue