From 8e6bace517454d1eefbcbd4c5166ffac3c801048 Mon Sep 17 00:00:00 2001 From: astrian Date: Wed, 9 Jul 2025 16:22:31 +1000 Subject: [PATCH] Add new app: visual-studio-code --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index e688116..4585f95 100755 --- a/install.sh +++ b/install.sh @@ -196,6 +196,7 @@ install_apps() { "tencent-meeting" # 腾讯会议 - 视频会议软件 "logi-options+" # Logitech Options+ - 罗技设备管理软件 "tidal" # Tidal - 音乐流媒体服务 + "visual-studio-code" # Visual Studio Code - 代码编辑器 ) total=${#apps[@]}