Skip to content

Commit 52d9d79

Browse files
authored
Changed binary to executable to be more precise. (#5387)
1 parent 57ec85a commit 52d9d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/desktop/modernize/grant-identity-to-nonpackaged-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Note the below important details about this manifest:
7070
* Set `MinVersion` to `10.0.26100.0` to restrict the identity package to Windows 11, version 24H2 and above
7171
* Set `MaxVersionTested` to `10.0.26100.0` as shown
7272
* Ensure the `runFullTrust` and `unvirtualizedResources` capabilities are declared as shown for Win32 compatibility
73-
* Add an `Application` element as shown for each binary associated with your application
73+
* Add an `Application` element as shown for each executable associated with your application
7474
* Ensure `TrustLevel` is `mediumIL` and `RuntimeBehavior` is `win32App` as shown for Win32 compatibility
7575
* The `VisualElements` child element is required, but the `AppListEntry="none"` attribute ensures the identity package isn't shown among installed apps
7676
* Update the `DisplayName` and `Description` attributes with relevant details and leave the other attributes as shown (the referenced image paths do not need to resolve)

0 commit comments

Comments
 (0)