Skip to content

Commit 13c887c

Browse files
committed
Register shell extension at package level
1 parent 8aec712 commit 13c887c

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

src/pymanager/appxmanifest.xml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -201,17 +201,6 @@
201201
</desktop4:ItemType>
202202
</desktop4:FileExplorerContextMenus>
203203
</desktop4:Extension>
204-
<com4:Extension Category="windows.comServer">
205-
<com4:ComServer>
206-
<com4:InProcessServer>
207-
<com4:Class Id="C7E29CB0-9691-4DE8-B72B-6719DDC0B4A1"
208-
ThreadingModel="Both"
209-
DisplayName="EditInIdleCommand" />
210-
<com4:InProcessServerDll Path="pyshellext.x64.dll" ProcessorArchitecture="x64" />
211-
<com4:InProcessServerDll Path="pyshellext.arm64.dll" ProcessorArchitecture="arm64" />
212-
</com4:InProcessServer>
213-
</com4:ComServer>
214-
</com4:Extension>
215204
</Extensions>
216205
</Application>
217206

@@ -280,5 +269,15 @@
280269
</Application>
281270
</Applications>
282271
<Extensions>
272+
<com4:Extension Category="windows.comServer">
273+
<com4:ComServer>
274+
<com4:Class Id="C7E29CB0-9691-4DE8-B72B-6719DDC0B4A1" DisplayName="EditInIdleCommand" />
275+
<com4:InProcessServer>
276+
<com4:InProcessServerDll Path="pyshellext.x64.dll" ProcessorArchitecture="x64" />
277+
<com4:InProcessServerDll Path="pyshellext.arm64.dll" ProcessorArchitecture="arm64" />
278+
<com4:ClassReference Id="C7E29CB0-9691-4DE8-B72B-6719DDC0B4A1" ThreadingModel="Both" />
279+
</com4:InProcessServer>
280+
</com4:ComServer>
281+
</com4:Extension>
283282
</Extensions>
284283
</Package>

0 commit comments

Comments
 (0)