1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-09 12:58:08 -05:00
Check if non-zero build number is allowed now

Because:

Package acceptance validation error: Apps are not allowed to have a Version with a revision number other than zero specified in the app manifest
This commit is contained in:
Reinhard Pointner 2016-12-10 11:18:45 +08:00
parent ee43cdd6f6
commit 189a0fb52e

View File

@ -10,7 +10,7 @@
Name="@{microsoft.application.name}" Name="@{microsoft.application.name}"
ProcessorArchitecture="x64" ProcessorArchitecture="x64"
Publisher="@{microsoft.application.publisher}" Publisher="@{microsoft.application.publisher}"
Version="@{application.version}.@{revision}" Version="@{application.version}.0"
/> />
<Properties> <Properties>