diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index 66c30a6ffee..2f010c8a822 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -29,17 +29,16 @@
ATSApplicationFontsPath
fonts/
CFBundleURLTypes
-
-
- CFBundleURLName
- orcasliceropen url
- CFBundleURLSchemes
-
- orcasliceropen
- orcaslicer
-
-
-
+
+
+ CFBundleURLName
+ OrcaSlicer Downloads
+ CFBundleURLSchemes
+
+ orcaslicer
+
+
+
CFBundleDocumentTypes
diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp
index e06433883fc..03a85e9f34e 100644
--- a/src/slic3r/GUI/GUI_App.cpp
+++ b/src/slic3r/GUI/GUI_App.cpp
@@ -5903,7 +5903,7 @@ void GUI_App::MacOpenURL(const wxString& url)
m_download_file_url = download_file_url;
}
}
- } else if (boost::starts_with(url, "prusasliceropen://"))
+ } else if (boost::starts_with(url, "orcaslicer://"))
start_download(boost::nowide::narrow(url));
}