mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
Chore: rename binary for Windows (#1356)
This commit is contained in:
parent
925209683c
commit
0f1e21ceba
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -110,6 +110,12 @@ jobs:
|
||||
mkdir -p build_assets
|
||||
go build -v -o build_assets/v2ray -trimpath -ldflags "-s -w -buildid=" ./main
|
||||
|
||||
- name: Rename Windows V2Ray
|
||||
if: matrix.goos == 'windows'
|
||||
run: |
|
||||
cd ./build_assets || exit 1
|
||||
mv v2ray v2ray.exe
|
||||
|
||||
- name: Download geo files
|
||||
run: |
|
||||
wget -O release/config/geoip.dat "https://raw.githubusercontent.com/v2fly/geoip/release/geoip.dat"
|
||||
|
Loading…
Reference in New Issue
Block a user