Skip to content

Commit b976db9

Browse files
committed
Adding cert info
1 parent 8bf3f34 commit b976db9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

hub/apps/develop/windows-integration/copilot-key-state.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,6 @@ private LRESULT WindowSubClass(HWND hWnd, uint uMsg, WPARAM wParam, LPARAM lPara
266266
}
267267
```
268268

269-
## Test your hardware key provider
269+
## Sign your Windows Copilot hardware key provider.
270270

271-
Microsoft hardware key providers must be signed in order to be
271+
Provider apps must be signed in order to be enabled as a target of the Microsoft Copilot hardware key. For information on packaging and signing your app, see [Package a desktop or UWP app in Visual Studio](https://learn.microsoft.com/en-us/windows/msix/package/packaging-uwp-apps).

hub/apps/develop/windows-integration/microsoft-copliot-key-provider.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@ The following table *uap3:AppExtension* describes the attributes of the **uap3:A
5353
| DisplayName | The app name displayed in the Windows Copilot hardware button picker UI. | Yes |
5454
| Description | The app description displayed in the Windows Copilot hardware button picker UI. | Yes |
5555
| PublicFolder| The folder that the instance declares as the location where a host can have read access to files through a broker. | Yes |
56+
57+
58+
## Sign your Windows Copilot hardware key provider.
59+
60+
Provider apps must be signed in order to be enabled as a target of the Microsoft Copilot hardware key. For information on packaging and signing your app, see [Package a desktop or UWP app in Visual Studio](https://learn.microsoft.com/en-us/windows/msix/package/packaging-uwp-apps).

0 commit comments

Comments
 (0)