Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Arm references #428

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions msix-src/desktop/desktop-to-uwp-manual-conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Fill in this template with information that describes your package.

### Identity information

Here's an example **Identity** element with placeholder text for the attributes. You can set the ``ProcessorArchitecture`` attribute to ``x64`` , ``x86`` , ``arm`` (i.e. 32bit ARM), ``arm64`` , or ``neutral``
Here's an example **Identity** element with placeholder text for the attributes. You can set the ``ProcessorArchitecture`` attribute to ``x64`` , ``x86`` , ``arm64`` , or ``neutral``

```XML
<Identity Name="MyCompany.MySuite.MyApp"
Expand Down Expand Up @@ -177,8 +177,7 @@ If you create target-based assets as described in the section above, or you modi
Based on your installation path of the SDK, this is where **MakePri.exe** is on your Windows PC:
- x86: C:\Program Files (x86)\Windows Kits\10\bin\\&lt;build number&gt;\x86\makepri.exe
- x64: C:\Program Files (x86)\Windows Kits\10\bin\\&lt;build number&gt;\x64\makepri.exe

There is no ARM version of this tool.
- Arm: C:\Program Files (x86)\Windows Kits\10\bin\\&lt;build number&gt;\arm64\makepri.exe

1. Open a Command Prompt or PowerShell window.

Expand Down