Updated internal URLS to make reference to files

This commit is contained in:
Manuel Cortez 2021-01-18 15:49:30 -06:00
parent 291334654c
commit 9382597108

View File

@ -14,9 +14,9 @@ bts_access_token = "U29jaWFsaXplcg"
bts_url = "https://issues.manuelcortez.net"
### Update information
# URL to retrieve the latest updates for the stable branch.
update_stable_url = "http://socializer.su/static/files/update/stable.json"
update_stable_url = "https://files.manuelcortez.net/socializer/update/stable.json"
# URL to retrieve update information for the "next" branch. This is a channel made for alpha versions.
# Every commit will trigger an update, so users wanting to have the bleeding edge code will get it as soon as it is committed here and build by a runner.
update_next_url = "http://socializer.su/static/files/update/alpha.json"
update_next_url = "https://files.manuelcortez.net/socializer/update/alpha.json"
# Short_id of the last commit, this is set to none here because it will be set manually by the building tools.
update_next_version = "03286a44"