Skip to content

Commit

Permalink
Add background-working Xray to windows release version. (XTLS#861)
Browse files Browse the repository at this point in the history
* Add wxray.

* Add wxray.exe into windows release version.

* Pretty the format on building wxray.
  • Loading branch information
Johnshall authored Feb 20, 2022
1 parent b3ab94e commit cf1ee09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit cf1ee09

Please sign in to comment.