mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
fix logging in merged module, bump to 0.5
This commit is contained in:
parent
b420705db4
commit
87efdfdd5d
1 changed files with 2 additions and 1 deletions
|
@ -54,6 +54,7 @@ jlink {
|
||||||
requires 'javafx.graphics';
|
requires 'javafx.graphics';
|
||||||
requires 'javafx.controls';
|
requires 'javafx.controls';
|
||||||
requires 'java.xml';
|
requires 'java.xml';
|
||||||
|
requires 'java.logging'
|
||||||
requires 'javafx.base';
|
requires 'javafx.base';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -66,7 +67,7 @@ jlink {
|
||||||
jpackage {
|
jpackage {
|
||||||
imageName = "Sparrow"
|
imageName = "Sparrow"
|
||||||
installerName = "Sparrow"
|
installerName = "Sparrow"
|
||||||
appVersion = "0.1"
|
appVersion = "0.5"
|
||||||
imageOptions = []
|
imageOptions = []
|
||||||
installerOptions = [
|
installerOptions = [
|
||||||
'--file-associations', 'src/main/resources/associations.properties',
|
'--file-associations', 'src/main/resources/associations.properties',
|
||||||
|
|
Loading…
Reference in a new issue