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.
1 parent 877ba4c commit 25aa95fCopy full SHA for 25aa95f
chipper/cmd/wire-pod-installer/main.go
@@ -27,9 +27,9 @@ import (
27
//go:embed ico
28
var iconData embed.FS
29
30
-//var amd64podURL string = "https://github.com/kercre123/wire-pod/releases/latest/download/wire-pod-win-amd64.zip"
+var amd64podURL string = "https://github.com/kercre123/wire-pod/releases/latest/download/wire-pod-win-amd64.zip"
31
32
-var amd64podURL string = "http://192.168.1.2:82/wire-pod-win-amd64.zip"
+//var amd64podURL string = "http://192.168.1.2:82/wire-pod-win-amd64.zip"
33
34
var DefaultInstallationDirectory string = "C:\\Program Files\\wire-pod"
35
0 commit comments