fix(jni): add exclusions_rx param to run_native_tunnel_from_fd stub to fix non-Android builds

This commit is contained in:
ospab 2026-06-14 01:49:06 +03:00
parent cf92089005
commit b841053628
3 changed files with 3 additions and 2 deletions

View File

@ -737,6 +737,7 @@ pub async fn run_native_tunnel_from_fd(
pub async fn run_native_tunnel_from_fd(
_config: crate::config::ClientConfig,
_shutdown: watch::Receiver<bool>,
_exclusions_rx: watch::Receiver<crate::config::ExclusionConfig>,
_fd: i32,
) -> Result<()> {
Err(anyhow!("Native TUN from FD is only supported on Android"))

View File

@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.2.95+10
version: 0.2.96+11
environment:
sdk: ^3.11.4

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ostp-gui",
"version": "0.2.95",
"version": "0.2.96",
"identifier": "com.ospab.ostp",
"build": {
"frontendDist": "../src"