Skip to content

Commit 2e5e71d

Browse files
authored
v1.26.6 (#68)
* doc: update * ci: enable virusTotal * feat: upgrade core * chore: v1.26.6
1 parent 6b224a7 commit 2e5e71d

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.github/workflows/virusTotal.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: VirusTotal
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
virustotal:
9+
runs-on: ubuntu-latest
10+
steps:
11+
-
12+
name: VirusTotal Scan
13+
uses: crazy-max/ghaction-virustotal@v4
14+
with:
15+
vt_api_key: ${{ secrets.VT_API_KEY }}
16+
update_release_body: true
17+
files: |
18+
.exe$
19+
.dmg$

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A light desktop tun proxy client.
2424
<b>Download for </b>
2525
macOS
2626
·
27-
Windows
27+
Windows(required [webview2](https://developer.microsoft.com/en-us/microsoft-edge/webview2))
2828
<br />
2929
<p align="center">
3030
<a href="https://github.com/igoogolx/lux/issues">Report Bug</a>

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.26.5
19+
version: 1.26.6
2020

2121
environment:
2222
sdk: '>=3.0.6 <4.0.0'

scripts/init.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final assetsPath =
1313
final binDir = Directory(path.join(assetsPath, 'bin'));
1414

1515
const rawCoreName = 'itun2socks';
16-
const rawCoreVersion = '1.23.3';
16+
const rawCoreVersion = '1.23.5';
1717

1818
Future downloadLatestCore(String arch, String token) async {
1919
final dio = Dio();

0 commit comments

Comments
 (0)