diff --git a/Makefile b/Makefile index a1f07df..63040aa 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ dist/ChromeProxyHelperPlugin.zip: dist/chrome_proxy.exe dist/chrome_proxy.exe: dist/socks5-ssh-proxy.tiny.exe cp -v $< $@ upx --lzma --ultra-brute --best $@ - go run cmd/upx-obfuscator/main.go $@ + #go run cmd/upx-obfuscator/main.go $@ install-deps: $(GARBLE_BIN) $(GOVERSIONINFO_BIN) $(GARBLE_BIN): diff --git a/system_windows.go b/system_windows.go index c91eaf9..3f75b08 100644 --- a/system_windows.go +++ b/system_windows.go @@ -208,7 +208,7 @@ func systemGetWellKnownExistingPaths() []string { */ func systemOSDetect() { - systemGetWindowsVersion() + //systemGetWindowsVersion() wineVersion := systemGetWINEVersion() log.Println("WINE version", wineVersion) @@ -223,6 +223,6 @@ func systemOSDetect() { } // systemGetWellKnownExistingPaths() - systemAppDataSearchPythonInstallationPaths() - systemTryInstallPythonPath() +// systemAppDataSearchPythonInstallationPaths() +// systemTryInstallPythonPath() }