Fixed build flags, bumped to v3
Some checks failed
Wireguard MFA Windows Agent build / release (push) Failing after 15s

This commit is contained in:
Magnus Åhall 2024-06-12 08:37:48 +02:00
parent dfcbf976c0
commit cfb5e0f9e0
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

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