16.4.2.14

This commit is contained in:
Wisser
2024-10-04 23:58:03 +02:00
parent a129db7e60
commit 5ce37b3612
2 changed files with 2 additions and 2 deletions

View File

@@ -84,5 +84,5 @@ jlink --add-options="-Xmx4000m" --add-modules java.se --output ../jre$1
echo "" > .singleuser
jpackage --name "Jailer Database Tools" --linux-package-name jailer-database-tools --arguments "-jpackrpm" --type rpm --input . --main-jar jailer.jar --icon jailer.png --vendor Wisser --app-version "$1" --runtime-image ../jre$1
mv *.rpm /mnt/c/Users/ralfw/tmp/jailer-database-tools_$1-x64.rpm
jpackage --name "Jailer Database Tools" --linux-package-name jailer-database-tools --arguments "-jpackrpm" --type deb --input . --main-jar jailer.jar --icon jailer.png --vendor Wisser --app-version "$1" --runtime-image ../jre$1
jpackage --name "Jailer Database Tools" --linux-package-name jailer-database-tools --arguments "-jpack" --type deb --input . --main-jar jailer.jar --icon jailer.png --vendor Wisser --app-version "$1" --runtime-image ../jre$1
mv *.deb /mnt/c/Users/ralfw/tmp/jailer-database-tools_$1-x64.deb

View File

@@ -25,7 +25,7 @@ public class JailerVersion {
/**
* The Jailer version.
*/
public static final String VERSION = "16.4.2.12";
public static final String VERSION = "16.4.2.14";
/**
* The Jailer working tables version.