Skip to content

Commit d2856e7

Browse files
committed
Update CDN url
1 parent 114621e commit d2856e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update-version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import json
66
import xml.etree.ElementTree
77

8-
app_image_url = "https://cdn.useanything.com/latest/AnythingLLMDesktop.AppImage"
9-
check_version_url = "https://cdn.useanything.com/latest/version.txt"
8+
app_image_url = "https://cdn.anythingllm.com/latest/AnythingLLMDesktop.AppImage"
9+
check_version_url = "https://cdn.anythingllm.com/latest/version.txt"
1010
f = urllib.request.urlopen(check_version_url)
1111
last_modified_tuple = email.utils.parsedate(f.info()['Last-Modified'])
1212
latest_version = f.read().decode('ascii')

0 commit comments

Comments
 (0)