X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/5577510b3fec82cca8bdb62deb1d366469ab88da..ceddbf89ac27fc6dcfe68908d5e44827f73a94ac:/tools/config/__init__.py diff --git a/tools/config/__init__.py b/tools/config/__init__.py index 4b6101d..2c5b919 100644 --- a/tools/config/__init__.py +++ b/tools/config/__init__.py @@ -12,7 +12,7 @@ from tools.config.save import save, save_session # # Exported variables (internal configuration) # -version = "1.1.1" +version = "1.2.0" tools_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") # Keys saved in the config file (mostly what we ask in 'waydroid init') @@ -71,8 +71,8 @@ if session_defaults["pulse_runtime_path"] == "None": channels_defaults = { "config_path": "/usr/share/waydroid-extra/channels.cfg", - "system_channel": "https://raw.githubusercontent.com/waydroid/OTA/master/system", - "vendor_channel": "https://raw.githubusercontent.com/waydroid/OTA/master/vendor", + "system_channel": "http://ota.waydro.id/system", + "vendor_channel": "http://ota.waydro.id/vendor", "rom_type": "lineage", "system_type": "VANILLA" }