From f6ffb18427fa2b06ff626056e64fbe95f286326e Mon Sep 17 00:00:00 2001 From: yeongpin Date: Fri, 28 Mar 2025 19:29:57 +0800 Subject: [PATCH] Update configuration path for update.yml to app-update.yml in setup_config function. --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 4ef5a2c..11feb02 100644 --- a/config.py +++ b/config.py @@ -50,7 +50,7 @@ def setup_config(translator=None): 'machine_id_path': os.path.join(appdata, "Cursor", "machineId"), 'cursor_path': os.path.join(localappdata, "Programs", "Cursor", "resources", "app"), 'updater_path': os.path.join(localappdata, "cursor-updater"), - 'update_yml_path': os.path.join(localappdata, "Programs", "Cursor", "resources", "update.yml") + 'update_yml_path': os.path.join(localappdata, "Programs", "Cursor", "resources", "app-update.yml") } elif sys.platform == "darwin": default_config['MacPaths'] = {