mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-04 12:09:19 +02:00
Add background-working Xray to windows release version. (#861)
* Add wxray. * Add wxray.exe into windows release version. * Pretty the format on building wxray.
This commit is contained in:
parent
b3ab94ef5b
commit
cf1ee095a2
|
@ -142,6 +142,11 @@ jobs:
|
|||
run: |
|
||||
mkdir -p build_assets
|
||||
go build -v -o build_assets/xray -trimpath -ldflags "-s -w -buildid=" ./main
|
||||
|
||||
- name: Build background Xray on Windows
|
||||
if: matrix.goos == 'windows'
|
||||
run: |
|
||||
go build -v -o build_assets/wxray.exe -trimpath -ldflags "-s -w -H windowsgui -buildid=" ./main
|
||||
|
||||
- name: Build Mips softfloat Xray
|
||||
if: matrix.goarch == 'mips' || matrix.goarch == 'mipsle'
|
||||
|
|
Loading…
Reference in New Issue