We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5f1a37 + 67ba568 commit de7d672Copy full SHA for de7d672
launchers/win-installer/installer.json.in
@@ -127,6 +127,17 @@
127
"value": "\"[INSTALLDIR]bin\\javaws.exe\" \"%1\""
128
}
129
]
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
+ ]
141
142
],
143
"environmentVariables": [
0 commit comments