microfix
This commit is contained in:
parent
0c47d8c0a9
commit
b07ebd68ab
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -11,7 +11,7 @@ import threading
|
||||||
import subprocess
|
import subprocess
|
||||||
import re
|
import re
|
||||||
|
|
||||||
APP_VERSION = "v1.1.6"
|
APP_VERSION = "v1.1.7.2"
|
||||||
UPDATE_API_URL = "https://git.borderban.ru/api/v1/repos/BorderBan/client-py/releases/latest"
|
UPDATE_API_URL = "https://git.borderban.ru/api/v1/repos/BorderBan/client-py/releases/latest"
|
||||||
SERVER_URL = "https://server1.borderban.ru/mods/"
|
SERVER_URL = "https://server1.borderban.ru/mods/"
|
||||||
CONFIG_FILE = Path.home() / ".factorio_sync_config.json"
|
CONFIG_FILE = Path.home() / ".factorio_sync_config.json"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue