ui.tools.deploy: change "Deploy as Windows console application" to read "Deploy as console application on Windows"; makes it a bit clearer that the switch only affects Windows deployment
parent
9bd84e73f4
commit
24264e94f4
|
@ -16,7 +16,7 @@ TUPLE: deploy-gadget < pack vocab settings ;
|
||||||
|
|
||||||
: deploy-console ( parent -- parent )
|
: deploy-console ( parent -- parent )
|
||||||
deploy-console? get
|
deploy-console? get
|
||||||
"Deploy as Windows console application" <checkbox> add-gadget ;
|
"Deploy as console application on Windows" <checkbox> add-gadget ;
|
||||||
|
|
||||||
: deploy-ui ( parent -- parent )
|
: deploy-ui ( parent -- parent )
|
||||||
deploy-ui? get
|
deploy-ui? get
|
||||||
|
|
Loading…
Reference in New Issue