Skip to content

Commit

Permalink
Release 3.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Sep 25, 2022
1 parent b061d54 commit 4a2eda0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/jfs/resources/conf/JFSConfig.properties
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion xdg/JFileSync3.desktop
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4a2eda0

Please sign in to comment.