Skip to content

Commit

Permalink
try fix vpn
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Aug 5, 2024
1 parent 607f129 commit 62c6d07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
fail-fast: false
matrix:
include:
# - platform: android-apk
# os: ubuntu-latest
# targets: apk
- platform: android-apk
os: ubuntu-latest
targets: apk

# - platform: android-aab
# os: ubuntu-latest
Expand All @@ -78,10 +78,10 @@ jobs:
# aarch: amd64
# targets: AppImage,deb,rpm

- platform: macos
os: macos-13
aarch: universal
targets: dmg,pkg
# - platform: macos
# os: macos-13
# aarch: universal
# targets: dmg,pkg

# - platform: ios
# os: macos-14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class VPNService : VpnService(), PlatformInterfaceWrapper {
}
}
try {
builder.addDisallowedApplication(packageName)
//builder.addDisallowedApplication(packageName)
} catch (_: NameNotFoundException) {
}
}
Expand All @@ -166,7 +166,7 @@ class VPNService : VpnService(), PlatformInterfaceWrapper {
}
}
try {
builder.addDisallowedApplication(packageName)
//builder.addDisallowedApplication(packageName)
} catch (_: NameNotFoundException) {
}
}
Expand Down

0 comments on commit 62c6d07

Please sign in to comment.