InnoBundleCliConfig constructor
const
InnoBundleCliConfig({
- BuildType type = BuildType.release,
- bool app = true,
- bool installer = true,
- String? buildArgs,
- String? appVersion,
- String? signToolName,
- String? signToolCommand,
- String? signToolParams,
- bool installInnoSetup = true,
- bool generateAppId = true,
- bool generatePublisher = true,
- String? appIdNamespace,
- String? path,
- bool envs = false,
- bool hf = true,
- bool help = false,
- bool listLanguages = false,
Creates an instance with the given values.
Every option defaults to the same behaviour as invoking the command with
no arguments, so a bare InnoBundleCliArgs() is a valid default config.
Implementation
const InnoBundleCliConfig({
this.type = BuildType.release,
this.app = true,
this.installer = true,
this.buildArgs,
this.appVersion,
this.signToolName,
this.signToolCommand,
this.signToolParams,
this.installInnoSetup = true,
this.generateAppId = true,
this.generatePublisher = true,
this.appIdNamespace,
this.path,
this.envs = false,
this.hf = true,
this.help = false,
this.listLanguages = false,
});