File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ async function addProtocolHandlerToManifest( manifestPath ) {
6767 const manifestContent = await fs . readFile ( manifestPath , 'utf-8' ) ;
6868
6969 // Check if protocol handler already exists
70- if ( manifestContent . includes ( 'wpcom-local-dev ' ) ) {
70+ if ( manifestContent . includes ( 'wp-studio ' ) ) {
7171 console . log ( '~~~ Protocol handler already exists, skipping...' ) ;
7272 return ;
7373 }
7474
7575 // Insert the protocol handler extension before </Application>
7676 const protocolExtension = ` <Extensions>
7777 <uap:Extension Category="windows.protocol">
78- <uap:Protocol Name="wpcom-local-dev ">
78+ <uap:Protocol Name="wp-studio ">
7979 <uap:DisplayName>WordPress.com Local Dev Protocol</uap:DisplayName>
8080 </uap:Protocol>
8181 </uap:Extension>
You can’t perform that action at this time.
0 commit comments