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 macOS, this means the application will be deployed as a Unix executable instead of a macOS application bundle. On other Unix platforms, the flag has no effect.
On by default.
Notes On macOS, 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 macOS relies on the application being in a bundle.