diff options
author | Loren Burkholder <loren.burkholder@kdab.com> | 2024-01-27 19:12:47 -0500 |
---|---|---|
committer | Loren Burkholder <loren.burkholder@kdab.com> | 2024-01-27 19:12:47 -0500 |
commit | a9f9d90e013490e50c1e4aa830703393309f2231 (patch) | |
tree | d1af6f8001ea57d9dc515b512b70859329ede49a /cmake | |
parent | Make sure to use our info plist template (diff) | |
download | nheko-a9f9d90e013490e50c1e4aa830703393309f2231.tar.xz |
Change URL to URI
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/MacOSXBundleInfo.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in index d05f1b25..01977550 100644 --- a/cmake/MacOSXBundleInfo.plist.in +++ b/cmake/MacOSXBundleInfo.plist.in @@ -38,7 +38,7 @@ <array> <dict> <key>CFBundleURLName</key> - <string>Matrix URL</string> + <string>Matrix URI</string> <key>CFBundleURLSchemes</key> <array> <string>matrix</string> |