deploy-console?
Factor handbook » Developer tools » Application deployment » Preparing to deploy an application » Deployment flags

Prev:deploy-c-types?
Next:deploy-help?


Vocabulary
tools.deploy.config

Word description
Deploy flag. If set, the deployed executable will be configured as a console application. On Windows, this means the application will be deployed in the console subsystem and will be attached to a console window. On Mac OS X, this means the application will be deployed as a Unix executable instead of a Mac application bundle. On other Unix platforms, the flag has no effect.

On by default.

Notes
On Mac OS X, if deploy-ui? is set, the application will always be deployed as an application bundle regardless of the deploy-console? setting. The UI implementation on Mac OS X relies on the application being in a bundle.

Definition