From 6d3c75faec0791f4c24498d0598e05e9a90ecd67 Mon Sep 17 00:00:00 2001 From: Sunny Young Date: Sun, 7 Dec 2025 13:52:41 +0800 Subject: [PATCH] config: replace with master url --- Sources/WeChatTweak/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/WeChatTweak/main.swift b/Sources/WeChatTweak/main.swift index 011cc79..85e620d 100644 --- a/Sources/WeChatTweak/main.swift +++ b/Sources/WeChatTweak/main.swift @@ -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())