feat: add zoom-us for meeting

This commit is contained in:
Ryan Yin
2025-05-31 11:15:19 +08:00
parent 3a41b2b2cf
commit a250432a59
2 changed files with 4 additions and 0 deletions

View File

@@ -61,6 +61,8 @@
# https://github.com/microsoft/vscode/issues/146408
"x-scheme-handler/vscode" = ["code-url-handler.desktop"]; # open `vscode://` url with `code-url-handler.desktop`
"x-scheme-handler/vscode-insiders" = ["code-insiders-url-handler.desktop"]; # open `vscode-insiders://` url with `code-insiders-url-handler.desktop`
"x-scheme-handler/zoommtg" = ["Zoom.desktop"];
# all other unknown schemes will be opened by this default application.
# "x-scheme-handler/unknown" = editor;