config: replace with master url

This commit is contained in:
Sunny Young 2025-12-07 13:52:41 +08:00
parent 6922703e57
commit 6d3c75faec

View File

@ -108,7 +108,7 @@ struct Tweak: AsyncParsableCommand {
]
)
static let config = URL(string:"https://raw.githubusercontent.com/sunnyyoung/WeChatTweak/refs/heads/feature/2.0/config.json")!
static let config = URL(string:"https://raw.githubusercontent.com/sunnyyoung/WeChatTweak/refs/heads/master/config.json")!
mutating func run() async throws {
print(Tweak.helpMessage())