Skip to content

Commit

Permalink
🐛 修复切换代理闪退2
Browse files Browse the repository at this point in the history
  • Loading branch information
InfernalAzazel committed Jul 23, 2023
1 parent 6b52fee commit e732e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
with:
name: artifacts
path: |
release/**/*windows*.*
release/**/*windows*32*.*
release/**/*windows*64*.*
release/**/*mac*.*
release/**/*linux*.*
!release/**/*.blockmap
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gostx",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist-electron/main.js",
"private": true,
"author": {
Expand Down

0 comments on commit e732e06

Please sign in to comment.