Added updates to new alpha
This commit is contained in:
parent
7116d5c805
commit
33c15d2444
@ -79,7 +79,7 @@ def find_version_data(update_type, current_version, available_update):
|
||||
if application.is_pyinstaller():
|
||||
update_url = "https://code.manuelcortez.net/manuelcortez/socializer/-/jobs/artifacts/master/raw/socializer.zip?job=alpha_python3"
|
||||
else:
|
||||
update_url = "https://code.manuelcortez.net/manuelcortez/socializer/-/jobs/artifacts/master/raw/socializer.zip?job=alpha"
|
||||
update_url = "https://code.manuelcortez.net/manuelcortez/socializer/-/jobs/artifacts/master/raw/socializer_x86.zip?job=alpha32"
|
||||
return (available_version, available_description, update_url)
|
||||
|
||||
def download_update(update_url, update_destination, requests_session, progress_callback=None, chunk_size=io.DEFAULT_BUFFER_SIZE):
|
||||
|
Loading…
Reference in New Issue
Block a user