UpdateSputnik // Fix update info site.

This commit is contained in:
ShikiSuen 2023-03-03 09:02:49 +08:00
parent 93812a7707
commit d561d9e768
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ SOFTWARE.
<key>UpdateInfoSite</key> <key>UpdateInfoSite</key>
<string>https://gitee.com/vChewing/vChewing-macOS/releases</string> <string>https://gitee.com/vChewing/vChewing-macOS/releases</string>
<key>UpdateInfoSiteGitHub</key> <key>UpdateInfoSiteGitHub</key>
<string>https://gitee.com/vChewing/vChewing-macOS/releases</string> <string>https://github.com/vChewing/vChewing-macOS/releases</string>
<key>tsInputMethodCharacterRepertoireKey</key> <key>tsInputMethodCharacterRepertoireKey</key>
<array> <array>
<string>Hans</string> <string>Hans</string>

View File

@ -11,6 +11,6 @@
<key>UpdateInfoSite</key> <key>UpdateInfoSite</key>
<string>https://gitee.com/vChewing/vChewing-macOS/releases</string> <string>https://gitee.com/vChewing/vChewing-macOS/releases</string>
<key>UpdateInfoSiteGitHub</key> <key>UpdateInfoSiteGitHub</key>
<string>https://gitee.com/vChewing/vChewing-macOS/releases</string> <string>https://github.com/vChewing/vChewing-macOS/releases</string>
</dict> </dict>
</plist> </plist>