Update configuration path for update.yml to app-update.yml in setup_config function.

This commit is contained in:
yeongpin 2025-03-28 19:29:57 +08:00
parent b6bf62f841
commit f6ffb18427

View File

@ -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'] = {