mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +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.controls';
|
||||
requires 'java.xml';
|
||||
requires 'java.logging'
|
||||
requires 'javafx.base';
|
||||
}
|
||||
|
||||
|
@ -66,7 +67,7 @@ jlink {
|
|||
jpackage {
|
||||
imageName = "Sparrow"
|
||||
installerName = "Sparrow"
|
||||
appVersion = "0.1"
|
||||
appVersion = "0.5"
|
||||
imageOptions = []
|
||||
installerOptions = [
|
||||
'--file-associations', 'src/main/resources/associations.properties',
|
||||
|
|
Loading…
Reference in a new issue