test
This commit is contained in:
@@ -127,6 +127,7 @@ jpackage {
|
|||||||
|
|
||||||
// Windows-specific configuration
|
// Windows-specific configuration
|
||||||
windows {
|
windows {
|
||||||
|
appVersion = project.version
|
||||||
winConsole = false
|
winConsole = false
|
||||||
winDirChooser = true
|
winDirChooser = true
|
||||||
winMenu = true
|
winMenu = true
|
||||||
@@ -166,6 +167,7 @@ jpackage {
|
|||||||
|
|
||||||
// Linux-specific configuration
|
// Linux-specific configuration
|
||||||
linux {
|
linux {
|
||||||
|
appVersion = project.version
|
||||||
icon = "src/main/resources/static/favicon.png"
|
icon = "src/main/resources/static/favicon.png"
|
||||||
type = "deb" // Can also use "rpm" for Red Hat-based systems
|
type = "deb" // Can also use "rpm" for Red Hat-based systems
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user