diff --git a/go-client/Scirpts/iterm2_loader.scpt b/go-client/Scripts/iterm2_loader.scpt similarity index 100% rename from go-client/Scirpts/iterm2_loader.scpt rename to go-client/Scripts/iterm2_loader.scpt diff --git a/go-client/config.json b/go-client/config.json index 6c8f032..254eb10 100644 --- a/go-client/config.json +++ b/go-client/config.json @@ -192,7 +192,7 @@ "arg_format": "{protocol} {username}@{host} -p {port} -P {value}", "match_first": [], "is_internal": true, - "is_default": false, + "is_default": true, "is_set": true }, { @@ -201,14 +201,14 @@ "protocol": [ "ssh" ], - "comment": "iTerm2是MacOS操作系统上的虚拟终端应用软件", + "comment": "iTerm2是MacOS操作系统上的虚拟终端应用软件。\n\n!!!手动下载安装,点击保存启用!!!", "download_url": "https://iterm2.com/downloads.html", "type": "linux", "path": "iTerm2", "arg_format": "{protocol} {username}@{host} -p {port} -P {value}", "match_first": [], "is_internal": true, - "is_default": true, + "is_default": false, "is_set": true }, {