]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - tools/config/__init__.py
user: Create apps dir if doesn’t exists
[waydroid.git] / tools / config / __init__.py
index 4c16de252365d09946df09fc59d05323f7cead86..f06cc5665c5d1110992fe0eeff89503ac693551c 100644 (file)
@@ -12,7 +12,7 @@ from tools.config.save import save, save_session
 #
 # Exported variables (internal configuration)
 #
-version = "1.0.0"
+version = "1.1.0"
 tools_src = os.path.normpath(os.path.realpath(__file__) + "/../../..")
 
 # Keys saved in the config file (mostly what we ask in 'waydroid init')
@@ -41,7 +41,8 @@ defaults = {
     "work": "/home/.waydroid",
     "vendor_type": "MAINLINE",
     "system_datetime": "0",
-    "vendor_datetime": "0"
+    "vendor_datetime": "0",
+    "preinstalled_images_path": "/usr/share/waydroid-extra/images"
 }
 defaults["images_path"] = defaults["work"] + "/images"
 defaults["rootfs"] = defaults["work"] + "/rootfs"
@@ -68,7 +69,7 @@ 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/systems",
+    "system_channel": "https://raw.githubusercontent.com/waydroid/OTA/master/system",
     "vendor_channel": "https://raw.githubusercontent.com/waydroid/OTA/master/vendor",
     "rom_type": "lineage",
     "system_type": "VANILLA"