Skip to content

Commit

Permalink
Merge pull request #1340 from hel1o-wor1d/patch-1
Browse files Browse the repository at this point in the history
Update V2rayLaunch.swift
  • Loading branch information
yanue authored Nov 25, 2023
2 parents a4e5b4e + 0ee50ca commit 153b504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion V2rayU/V2rayLaunch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 153b504

Please sign in to comment.