mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Try to test signing
This commit is contained in:
@@ -106,6 +106,7 @@
|
|||||||
|
|
||||||
"modules\\PowerRename\\PowerToys.PowerRenameExt.dll",
|
"modules\\PowerRename\\PowerToys.PowerRenameExt.dll",
|
||||||
"modules\\PowerRename\\PowerToys.PowerRename.exe",
|
"modules\\PowerRename\\PowerToys.PowerRename.exe",
|
||||||
|
"modules\\PowerRename\\PowerRenameContextMenuPackage.msix",
|
||||||
|
|
||||||
"modules\\ShortcutGuide\\ShortcutGuide\\PowerToys.ShortcutGuide.exe",
|
"modules\\ShortcutGuide\\ShortcutGuide\\PowerToys.ShortcutGuide.exe",
|
||||||
"modules\\ShortcutGuide\\ShortcutGuideModuleInterface\\PowerToys.ShortcutGuideModuleInterface.dll",
|
"modules\\ShortcutGuide\\ShortcutGuideModuleInterface\\PowerToys.ShortcutGuideModuleInterface.dll",
|
||||||
|
|||||||
@@ -104,7 +104,7 @@
|
|||||||
|
|
||||||
<?define WinTermCmpFiles=plugin.json;Microsoft.PowerToys.Run.Plugin.WindowsTerminal.deps.json;Microsoft.PowerToys.Run.Plugin.WindowsTerminal.dll;PowerToys.ManagedTelemetry.dll?>
|
<?define WinTermCmpFiles=plugin.json;Microsoft.PowerToys.Run.Plugin.WindowsTerminal.deps.json;Microsoft.PowerToys.Run.Plugin.WindowsTerminal.dll;PowerToys.ManagedTelemetry.dll?>
|
||||||
|
|
||||||
<?define PowerRenameFiles=PowerRenameUI.ico;Microsoft.WindowsAppRuntime.Bootstrap.dll;PowerToys.PowerRename.exe;resources.pri;PowerToys.PowerRenameExt.dll?>
|
<?define PowerRenameFiles=PowerRenameUI.ico;Microsoft.WindowsAppRuntime.Bootstrap.dll;PowerToys.PowerRename.exe;resources.pri;PowerToys.PowerRenameExt.dll;PowerRenameContextMenuPackage.msix?>
|
||||||
|
|
||||||
<Product Id="*"
|
<Product Id="*"
|
||||||
Name="PowerToys (Preview)"
|
Name="PowerToys (Preview)"
|
||||||
|
|||||||
@@ -11,10 +11,10 @@
|
|||||||
xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"
|
xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"
|
||||||
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
|
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
|
||||||
IgnorableNamespaces="uap uap2 uap3 rescap desktop desktop4 desktop5 uap10 com">
|
IgnorableNamespaces="uap uap2 uap3 rescap desktop desktop4 desktop5 uap10 com">
|
||||||
<Identity Name="PowerRenameContextMenu" ProcessorArchitecture="neutral" Publisher="CN=Stefan" Version="1.0.0.0" />
|
<Identity Name="PowerRenameContextMenu" ProcessorArchitecture="neutral" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.0.0.0" />
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>PowerRenameContextMenu</DisplayName>
|
<DisplayName>PowerRenameContextMenu</DisplayName>
|
||||||
<PublisherDisplayName>Stefan Sparse Package</PublisherDisplayName>
|
<PublisherDisplayName>Microsoft</PublisherDisplayName>
|
||||||
<Logo>Assets\storelogo.png</Logo>
|
<Logo>Assets\storelogo.png</Logo>
|
||||||
<uap10:AllowExternalContent>true</uap10:AllowExternalContent>
|
<uap10:AllowExternalContent>true</uap10:AllowExternalContent>
|
||||||
</Properties>
|
</Properties>
|
||||||
|
|||||||
Reference in New Issue
Block a user