-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assume neutral architecture when none is specified
Per the [MSDN documentation](https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-identity), `neutral` is the default value for `ProcessorArchitecture`. Updating our Appx metadata reading logic to assume `neutral` when none is specified. This will avoid a later exception in `Get-FormattedFilename` that does Metadata table validation. Resolves Issue 89
- Loading branch information
1 parent
06d1fe4
commit 4405654
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters