build: add notray windows build

better for daemonization with stuff like nssm.
This commit is contained in:
Harvey Tindall 2023-10-19 16:25:00 +01:00
parent c39a9e80e7
commit 53c9569a37
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ builds:
goos: goos:
- linux - linux
- darwin - darwin
- windows
goarch: goarch:
- arm - arm
- arm64 - arm64

1
package-lock.json generated
View File

@ -15,6 +15,7 @@
"any-date-parser": "^1.5.4", "any-date-parser": "^1.5.4",
"browserslist": "^4.21.7", "browserslist": "^4.21.7",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
"esbuild": "^0.18.20",
"fs-cheerio": "^3.0.0", "fs-cheerio": "^3.0.0",
"inline-source": "^8.0.2", "inline-source": "^8.0.2",
"jsdom": "^22.1.0", "jsdom": "^22.1.0",