mirror of
https://github.com/wcbing/wcbing-apt-repo.git
synced 2025-12-28 18:18:31 +08:00
update linuxqq version checking
This commit is contained in:
parent
92d76ff3c1
commit
22675427ce
@ -11,7 +11,7 @@ download_list_json = re.search(
|
||||
).group(1)
|
||||
download_list = json.loads(download_list_json)
|
||||
|
||||
version = download_list["version"]
|
||||
version = download_list["version"] + "_" + download_list["updateDate"]
|
||||
x64_deb_url = download_list["x64DownloadUrl"]["deb"]
|
||||
# print(version, x64_deb_url)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user