chore: clean up code

This commit is contained in:
Larvan2
2023-03-25 22:56:24 +08:00
parent e4364cc985
commit 4d30788738
3 changed files with 6 additions and 5 deletions

View File

@ -42,8 +42,8 @@ var (
updateExeName string // 更新后的可执行文件
unpackedFile string
baseURL = "https://github.com/MetaCubeX/Clash.Meta/releases/download/Prerelease-Alpha/clash.meta"
versionURL = "https://github.com/MetaCubeX/Clash.Meta/releases/download/Prerelease-Alpha/version.txt"
baseURL string = "https://ghproxy.com/https://github.com/MetaCubeX/Clash.Meta/releases/download/Prerelease-Alpha/clash.meta"
versionURL string = "https://github.com/MetaCubeX/Clash.Meta/releases/download/Prerelease-Alpha/version.txt"
packageURL string
latestVersion string
)