mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 20:06:54 +00:00
1. update url
2. not publish non-version portable zip.
This commit is contained in:
parent
41fb0a7900
commit
c92eb7ec1e
2 changed files with 6 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
### Download
|
||||
Click the **BUTTON** below to **download** the latest binary file
|
||||
|
||||
[](https://ci.appveyor.com/api/buildjobs/n3pgmk27y4f4s4x7/artifacts/v2rayN%2Fv2rayN%2Fbin%2Fv2rayN.Protable.zip)
|
||||
[](https://ci.appveyor.com/project/JaredDC/v2rayn/build/artifacts)
|
||||
|
||||
|
||||
### How to use
|
||||
|
|
12
appveyor.yml
12
appveyor.yml
|
@ -26,15 +26,13 @@ after_build:
|
|||
|
||||
cd v2rayN\bin\Release
|
||||
|
||||
7z a v2rayN.Protable.zip .
|
||||
7z a v2rayN.Portable.zip .
|
||||
|
||||
move v2rayN.Protable.zip ..\..\..\v2rayN.Protable-%GIT_TAG%.zip
|
||||
move v2rayN.Portable.zip ..\..\..\v2rayN.Portable-%GIT_TAG%.zip
|
||||
|
||||
artifacts:
|
||||
- path: v2rayN\v2rayN\bin\Release
|
||||
name: v2rayN.Protable
|
||||
- path: v2rayN\v2rayN.Protable-%GIT_TAG%.zip
|
||||
name: v2rayN.Protable-Version
|
||||
- path: v2rayN\v2rayN.Portable-%GIT_TAG%.zip
|
||||
name: v2rayN.Portable-Version
|
||||
|
||||
on_success:
|
||||
- echo succeed
|
||||
|
@ -45,7 +43,7 @@ deploy:
|
|||
provider: GitHub
|
||||
auth_token:
|
||||
secure: jjIUlINV2I/vxMzoH/jX11I6/rwEo237ELLgm37s3GdLQV3XkNbtVI/BVXjU4xSD
|
||||
artifact: v2rayN.Protable, v2rayN.Protable-Version
|
||||
artifact: v2rayN.Portable, v2rayN.Portable-Version
|
||||
draft: true
|
||||
prerelease: false
|
||||
on:
|
||||
|
|
Loading…
Reference in a new issue