Skip to content

Commit 25aa95f

Browse files
committed
windows: set download URL to github
Former-commit-id: 31bbcb1
1 parent 877ba4c commit 25aa95f

File tree

1 file changed

+2
-2
lines changed
  • chipper/cmd/wire-pod-installer

1 file changed

+2
-2
lines changed

chipper/cmd/wire-pod-installer/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ import (
2727
//go:embed ico
2828
var iconData embed.FS
2929

30-
//var amd64podURL string = "https://github.com/kercre123/wire-pod/releases/latest/download/wire-pod-win-amd64.zip"
30+
var amd64podURL string = "https://github.com/kercre123/wire-pod/releases/latest/download/wire-pod-win-amd64.zip"
3131

32-
var amd64podURL string = "http://192.168.1.2:82/wire-pod-win-amd64.zip"
32+
//var amd64podURL string = "http://192.168.1.2:82/wire-pod-win-amd64.zip"
3333

3434
var DefaultInstallationDirectory string = "C:\\Program Files\\wire-pod"
3535

0 commit comments

Comments
 (0)