mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-09 00:04:55 +00:00
fix logging in merged module, bump to 0.5
This commit is contained in:
+2
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user