From 9789e0f198c09a9d09e097ecdbedb6742b242f67 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Tue, 11 May 2021 12:33:33 +0200 Subject: [PATCH] follow up --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5908ee76..ab66358d 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,7 @@ jlink { appVersion = "${sparrowVersion}" skipInstaller = os.macOsX imageOptions = [] - installerOptions = ['--file-associations', 'src/main/deploy/psbt.properties', '--file-associations', 'src/main/deploy/bitcoin.properties', '--file-associations', 'src/main/deploy/aopp.properties', '--license-file', 'LICENSE'] + installerOptions = ['--file-associations', 'src/main/deploy/psbt.properties', '--file-associations', 'src/main/deploy/txn.properties', '--file-associations', 'src/main/deploy/bitcoin.properties', '--file-associations', 'src/main/deploy/aopp.properties', '--license-file', 'LICENSE'] if(os.windows) { installerOptions += ['--win-per-user-install', '--win-dir-chooser', '--win-menu', '--win-shortcut', '--resource-dir', 'src/main/deploy/package/windows/'] imageOptions += ['--icon', 'src/main/deploy/package/windows/sparrow.ico']