diff --git a/core/tun.go b/core/tun.go index a4daad6..fc4c7cf 100644 --- a/core/tun.go +++ b/core/tun.go @@ -109,7 +109,6 @@ func stopTun() { runTime = nil if tun != nil { - log.Errorln("[Tun] stopTun") tun.Close() tun = nil } diff --git a/core/tun/tun.go b/core/tun/tun.go index 5b4c07a..33a9492 100644 --- a/core/tun/tun.go +++ b/core/tun/tun.go @@ -67,7 +67,6 @@ func Start(fd int, gateway, portal, dns string) (io.Closer, error) { for stack.TCP().SetDeadline(time.Time{}) == nil { conn, err := stack.TCP().Accept() if err != nil { - log.Errorln("Accept connection: %v", err) continue } lAddr := conn.LocalAddr().(*net.TCPAddr) diff --git a/lib/common/launch.dart b/lib/common/launch.dart index 2d05e47..05133ec 100644 --- a/lib/common/launch.dart +++ b/lib/common/launch.dart @@ -67,7 +67,7 @@ class AutoLaunch { '/TN', appName, '/TR', - Platform.resolvedExecutable, + '"${Platform.resolvedExecutable}"', '/RL', 'HIGHEST', '/F' diff --git a/pubspec.yaml b/pubspec.yaml index 2386994..b57e0fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fl_clash description: A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free. publish_to: 'none' -version: 0.8.55+202408251 +version: 0.8.56+202408261 environment: sdk: '>=3.1.0 <4.0.0' flutter: 3.22.3