From 0ee50ca4488440278492170025e1416eb71b1f2a Mon Sep 17 00:00:00 2001 From: hel1o-wor1d <94730407+hel1o-wor1d@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:42:22 +0800 Subject: [PATCH] Update V2rayLaunch.swift MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 统一 X-ray and v2ray 配置文件命令 --- V2rayU/V2rayLaunch.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V2rayU/V2rayLaunch.swift b/V2rayU/V2rayLaunch.swift index f0c20dd..958e587 100644 --- a/V2rayU/V2rayLaunch.swift +++ b/V2rayU/V2rayLaunch.swift @@ -127,7 +127,7 @@ class V2rayLaunch: NSObject { } // write launch agent - let agentArguments = ["./v2ray-core/v2ray", "-config", "config.json"] + let agentArguments = ["./v2ray-core/v2ray", "run -config", "config.json"] let dictAgent: NSMutableDictionary = [ "Label": LAUNCH_AGENT_NAME,