mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-16 22:35:04 -05:00
Support 32-bit APPX package
This commit is contained in:
parent
4128219e3d
commit
99d579381e
@ -9,7 +9,7 @@
|
||||
|
||||
<Identity
|
||||
Name="@{microsoft.application.name}"
|
||||
ProcessorArchitecture="x64"
|
||||
ProcessorArchitecture="@{arch}"
|
||||
Publisher="@{microsoft.application.publisher}"
|
||||
Version="@{application.version}.0"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user