We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61774c2 commit f921370Copy full SHA for f921370
1 file changed
HMCLCore/src/main/java/org/jackhuang/hmcl/launch/DefaultLauncher.java
@@ -172,7 +172,7 @@ private Command generateCommandLine(Path nativeFolder) throws IOException {
172
173
Proxy.Type proxyType = options.getProxyType();
174
if (proxyType == null) {
175
- res.addDefault("-Djava.net.useSystemProxies", "true");
+ res.addDefault("-Djava.net.useSystemProxies=", "true");
176
} else {
177
String proxyHost = options.getProxyHost();
178
int proxyPort = options.getProxyPort();
0 commit comments