Skip to content

Commit

Permalink
windows: set download URL to github
Browse files Browse the repository at this point in the history
Former-commit-id: 31bbcb1
  • Loading branch information
kercre123 committed Nov 21, 2023
1 parent 877ba4c commit 25aa95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chipper/cmd/wire-pod-installer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ import (
//go:embed ico
var iconData embed.FS

//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"

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"

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

Expand Down

0 comments on commit 25aa95f

Please sign in to comment.