Browse Source

【综合】替换检测更新调整到APPStore链接

wanjun 8 months ago
parent
commit
5a9871bf7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PDF Office/PDF Master/AppDelegate.swift

+ 1 - 1
PDF Office/PDF Master/AppDelegate.swift

@@ -901,7 +901,7 @@ extension AppDelegate : SUUpdaterDelegate {
     }
     
     func upgradeAPP(with updater: SUUpdater) {
-        let string = "macappstore://apps.apple.com/cn/app/pdf-master-ai-pdf/id6446781258?mt=12"
+        let string = "macappstore://apps.apple.com/app/id825459243?mt=12"
         let url: URL = URL(string: string)!
         NSWorkspace.shared.open(url)
     }