mirror of
https://github.com/Wisser/Jailer.git
synced 2026-01-06 01:00:01 -06:00
16.4.2.14
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user