Skip to content

Commit

Permalink
chore: upgrade sing-box version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anonysoul committed Apr 2, 2023
1 parent 48bb912 commit 8176b7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
mkdir -p artifacts/sing-box
wget -O ./sing-box.tar.gz https://github.com/SagerNet/sing-box/releases/download/v1.1.7/sing-box-1.1.7-linux-amd64.tar.gz
wget -O ./sing-box.tar.gz https://github.com/SagerNet/sing-box/releases/download/v1.2.2/sing-box-1.2.2-linux-amd64.tar.gz
tar -xvzf ./sing-box.tar.gz -C ./artifacts/sing-box
mv artifacts/sing-box/**/sing-box controller/resources/sing-box
- name: Download sing-box for Mac
if: matrix.os == 'macOS-latest'
run: |
mkdir -p artifacts/sing-box
wget -O ./sing-box.tar.gz https://github.com/SagerNet/sing-box/releases/download/v1.1.7/sing-box-1.1.7-darwin-amd64.tar.gz
wget -O ./sing-box.tar.gz https://github.com/SagerNet/sing-box/releases/download/v1.2.2/sing-box-1.2.2-darwin-amd64.tar.gz
tar -xvzf ./sing-box.tar.gz -C ./artifacts/sing-box
mv artifacts/sing-box/**/sing-box controller/resources/sing-box
Expand All @@ -51,7 +51,7 @@ jobs:
shell: pwsh
run: |
mkdir -p artifacts/sing-box
Invoke-RestMethod -Uri https://github.com/SagerNet/sing-box/releases/download/v1.1.7/sing-box-1.1.7-windows-amd64.zip -OutFile sing-box.zip
Invoke-RestMethod -Uri https://github.com/SagerNet/sing-box/releases/download/v1.2.2/sing-box-1.2.2-windows-amd64.zip -OutFile sing-box.zip
Expand-Archive .\sing-box.zip -DestinationPath .\artifacts\sing-box
Move-Item -Path .\artifacts\sing-box\**\sing-box.exe -Destination .\controller\resources\sing-box\
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode
22 changes: 0 additions & 22 deletions .vscode/settings.json

This file was deleted.

0 comments on commit 8176b7a

Please sign in to comment.