diff --git a/build.gradle b/build.gradle index 533c79f..1d83355 100644 --- a/build.gradle +++ b/build.gradle @@ -98,10 +98,12 @@ distTar.enabled = false launch4j { mainClassName = project.mainClassName - version = '3.0-SNAPSHOT' + version = '3.0.17' textVersion = 'Executables Release' fileDescription = 'Java based encrypting File Syncing Tool' errTitle = project.name + // jreMinVersion = '11' + // splashFileName= 'win/JFileSync3-640x350-splash.bmp' copyright = '(C) 2002-2022, J. Heidrich, M. Goellnitz' downloadUrl = 'https://adoptium.net/de/temurin/releases' supportUrl = 'https://github.com/mgoellnitz/JFileSync3' @@ -147,6 +149,11 @@ distZip { from 'win' include '*.ico' } + // Spash screen for windows + into("$project.name/bin") { + from 'win' + include '*.bmp' + } // For the FreeDesktop.org desktop integration this looks better into("$project.name/bin") { from 'xdg' diff --git a/src/jfs/resources/conf/JFSConfig.properties b/src/jfs/resources/conf/JFSConfig.properties index 614a503..9a779a9 100644 --- a/src/jfs/resources/conf/JFSConfig.properties +++ b/src/jfs/resources/conf/JFSConfig.properties @@ -1,7 +1,7 @@ # General JFS properties: # The displayed version number of JFileSync: -jfs.version = 3.0-SNAPSHOT +jfs.version = 3.0.17 # Change this also in ubuntu/JFileSync3.desktop and build.gradle # The first displayed help topic: diff --git a/xdg/JFileSync3.desktop b/xdg/JFileSync3.desktop index 7c7dc43..139e64c 100755 --- a/xdg/JFileSync3.desktop +++ b/xdg/JFileSync3.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Name=JFileSync3 - 3.0-SNAPSHOT +Name=JFileSync3 - 3.0.17 Comment=Syncing and Encryption Exec=/opt/JFileSync3/bin/JFileSync3 Icon=/opt/JFileSync3/bin/JFileSync3.png