changeset 1432:717e2f0b2455

Made jnlp protocol work in msi * win-installer/installer.json.in: "name": "TODO_DEFAULT", replaced by "name": "". Needs wixgen 1.3 https://github.com/akashche/wixgen/releases/tag/1.3
author Jiri Vanek <jvanek@redhat.com>
date Mon, 15 May 2017 16:13:51 +0200
parents 6328ca1367ac
children 6088323af92c
files ChangeLog win-installer/installer.json.in
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon May 15 12:05:16 2017 +0200
+++ b/ChangeLog	Mon May 15 16:13:51 2017 +0200
@@ -1,3 +1,9 @@
+2017-12-10  Alex Kashchenko <akashche@redhat.com>
+
+	Made jnlp protocol work in msi
+	* win-installer/installer.json.in: "name": "TODO_DEFAULT", replaced by "name": "".
+	Needs wixgen 1.3 https://github.com/akashche/wixgen/releases/tag/1.3
+
 2017-12-10  Alex Kashchenko <akashche@redhat.com>
             Jiri Vanek <jvanek@redhat.com>
 
--- a/win-installer/installer.json.in	Mon May 15 12:05:16 2017 +0200
+++ b/win-installer/installer.json.in	Mon May 15 16:13:51 2017 +0200
@@ -26,7 +26,7 @@
       "values": [
         {
           "type": "string",
-          "name": "TODO_DEFAULT",
+          "name": "",
           "value": "URL:jnlp Protocol"
         },
         {
@@ -42,7 +42,7 @@
       "values": [
         {
           "type": "string",
-          "name": "TODO_DEFAULT",
+          "name": "",
           "value": "\"[INSTALLDIR]bin\\javaws.bat\" \"%1\""
         }
       ]