|
|
@ -216,6 +216,10 @@ abstract class AbstractJPackageTask @Inject constructor( |
|
|
|
@get:Optional |
|
|
|
@get:Optional |
|
|
|
val winShortcut: Property<Boolean?> = objects.nullableProperty() |
|
|
|
val winShortcut: Property<Boolean?> = objects.nullableProperty() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@get:Input |
|
|
|
|
|
|
|
@get:Optional |
|
|
|
|
|
|
|
val winShortcutPrompt: Property<Boolean?> = objects.nullableProperty() |
|
|
|
|
|
|
|
|
|
|
|
@get:Input |
|
|
|
@get:Input |
|
|
|
@get:Optional |
|
|
|
@get:Optional |
|
|
|
val winMenu: Property<Boolean?> = objects.nullableProperty() |
|
|
|
val winMenu: Property<Boolean?> = objects.nullableProperty() |
|
|
@ -449,6 +453,7 @@ abstract class AbstractJPackageTask @Inject constructor( |
|
|
|
cliArg("--win-dir-chooser", winDirChooser) |
|
|
|
cliArg("--win-dir-chooser", winDirChooser) |
|
|
|
cliArg("--win-per-user-install", winPerUserInstall) |
|
|
|
cliArg("--win-per-user-install", winPerUserInstall) |
|
|
|
cliArg("--win-shortcut", winShortcut) |
|
|
|
cliArg("--win-shortcut", winShortcut) |
|
|
|
|
|
|
|
cliArg("--win-shortcut-prompt", winShortcutPrompt) |
|
|
|
cliArg("--win-menu", winMenu) |
|
|
|
cliArg("--win-menu", winMenu) |
|
|
|
cliArg("--win-menu-group", winMenuGroup) |
|
|
|
cliArg("--win-menu-group", winMenuGroup) |
|
|
|
cliArg("--win-upgrade-uuid", winUpgradeUuid) |
|
|
|
cliArg("--win-upgrade-uuid", winUpgradeUuid) |
|
|
|