diff --git a/build.gradle b/build.gradle index be88645e8da..bdc6e96076d 100644 --- a/build.gradle +++ b/build.gradle @@ -615,8 +615,7 @@ jlink { '--vendor', 'JabRef', '--app-version', "${project.version}", '--win-upgrade-uuid', 'd636b4ee-6f10-451e-bf57-c89656780e36', - // temporarily disabled due to conflict with Jpackage update - //'--win-dir-chooser', + '--win-dir-chooser', '--win-shortcut', '--temp', "$buildDir/installer", '--resource-dir', "${projectDir}/buildres/windows" @@ -656,7 +655,7 @@ if (OperatingSystem.current().isWindows()) { tasks.jpackageImage.doLast { copy { from("${projectDir}/buildres/windows") { - include "jabref.json", "JabRefHost.bat", "JabRefHost.ps1" + include "jabref.json", "jabref-chrome.json", "JabRefHost.bat", "JabRefHost.ps1" } into "$buildDir/distribution/JabRef" } diff --git a/buildres/windows/JabRef-post-image.wsf b/buildres/windows/JabRef-post-image.wsf index 285fd471972..fc6b6f202db 100644 --- a/buildres/windows/JabRef-post-image.wsf +++ b/buildres/windows/JabRef-post-image.wsf @@ -4,20 +4,24 @@