Update configuration paths for update.yml and add new translation key for 'create_block_file_failed' in English, Simplified Chinese, and Traditional Chinese locales.

This commit is contained in:
yeongpin
2025-03-28 19:28:46 +08:00
parent 1c1174fa6c
commit b6bf62f841
4 changed files with 7 additions and 4 deletions

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", "app", "update.yml")
'update_yml_path': os.path.join(localappdata, "Programs", "Cursor", "resources", "update.yml")
}
elif sys.platform == "darwin":
default_config['MacPaths'] = {