Skip to content

Commit 6ed4173

Browse files
committed
feat: add extracting and cleanup messages
- Add extracting_archive message for extraction progress - Add cleanup_archive message for archive cleanup
1 parent 223f8ca commit 6ed4173

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/install.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,8 @@ $script:Messages = @{
382382
python_path_no_permission = "Error: No write permission for directory: {0}"
383383
python_path_creating_dir = "Creating directory: {0}"
384384
python_path_directory_exists = "Error: Directory already exists: {0}. Please specify a different path."
385+
extracting_archive = "Extracting archive: {0}"
386+
cleanup_archive = "Cleaning up archive..."
385387
downloading_touch_env = "Downloading touch_env.py from: {0}"
386388
touch_env_download_failed = "Failed to download touch_env.py: {0}"
387389
ssl_verification_failed = "SSL verification failed, retrying without verification..."
@@ -457,6 +459,8 @@ $script:Messages = @{
457459
python_path_no_permission = "错误: 没有目录的写入权限: {0}"
458460
python_path_creating_dir = "正在创建目录: {0}"
459461
python_path_directory_exists = "错误: 目录已存在: {0}。请指定其他路径。"
462+
extracting_archive = "正在解压存档: {0}"
463+
cleanup_archive = "正在清理存档..."
460464
downloading_touch_env = "正在下载 touch_env.py,自: {0}"
461465
touch_env_download_failed = "下载 touch_env.py 失败: {0}"
462466
ssl_verification_failed = "SSL 验证失败,正在重试(不验证证书)..."

0 commit comments

Comments
 (0)