Fixed build flags, bumped to v3
Some checks failed
Wireguard MFA Windows Agent build / release (push) Failing after 15s
Some checks failed
Wireguard MFA Windows Agent build / release (push) Failing after 15s
This commit is contained in:
parent
dfcbf976c0
commit
cfb5e0f9e0
@ -19,7 +19,8 @@ jobs:
|
|||||||
- name: Compile go binaries
|
- name: Compile go binaries
|
||||||
env:
|
env:
|
||||||
GOOS: 'windows'
|
GOOS: 'windows'
|
||||||
run: go build -v
|
GOARCH: 'amd64'
|
||||||
|
run: go build -v -ldflags -H=windowsgui
|
||||||
- name: Create release
|
- name: Create release
|
||||||
id: use-go-action
|
id: use-go-action
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
|
2
main.go
2
main.go
@ -16,7 +16,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "v2"
|
const VERSION = "v3"
|
||||||
const SPOOLDIR = "C:\\Program Files\\Gibon\\wg-spool"
|
const SPOOLDIR = "C:\\Program Files\\Gibon\\wg-spool"
|
||||||
const DOMAIN = "https://vpn.gibonuddevalla.se"
|
const DOMAIN = "https://vpn.gibonuddevalla.se"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user