add flags to remove cli window
This commit is contained in:
Родитель
0961f59bef
Коммит
3973afa5b2
|
@ -20,15 +20,15 @@ jobs:
|
||||||
- name: Build x64
|
- name: Build x64
|
||||||
run: |
|
run: |
|
||||||
$env:GOARCH="amd64"
|
$env:GOARCH="amd64"
|
||||||
go build -v -o "vscode-winsta11er-x64.exe"
|
go build -v -o "vscode-winsta11er-x64.exe" -ldflags -H=windowsgui
|
||||||
- name: Build ia32
|
- name: Build ia32
|
||||||
run: |
|
run: |
|
||||||
$env:GOARCH="386"
|
$env:GOARCH="386"
|
||||||
go build -v -o "vscode-winsta11er-ia32.exe"
|
go build -v -o "vscode-winsta11er-ia32.exe" -ldflags -H=windowsgui
|
||||||
- name: Build arm64
|
- name: Build arm64
|
||||||
run: |
|
run: |
|
||||||
$env:GOARCH="arm64"
|
$env:GOARCH="arm64"
|
||||||
go build -v -o "vscode-winsta11er-arm64.exe"
|
go build -v -o "vscode-winsta11er-arm64.exe" -ldflags -H=windowsgui
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче