Skip to content

Commit de7d672

Browse files
authored
Merge pull request #384 from lherschi/issue_#371
msi-installer: add mimetype association, see #371
2 parents e5f1a37 + 67ba568 commit de7d672

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

launchers/win-installer/installer.json.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,17 @@
127127
"value": "\"[INSTALLDIR]bin\\javaws.exe\" \"%1\""
128128
}
129129
]
130+
},
131+
{
132+
"root": "HKLM",
133+
"key": "SOFTWARE\\Classes\\MIME\\Database\\Content Type\\application/x-java-jnlp-file",
134+
"values": [
135+
{
136+
"type": "string",
137+
"name": "Extension",
138+
"value": ".jnlp"
139+
}
140+
]
130141
}
131142
],
132143
"environmentVariables": [

0 commit comments

Comments
 (0)