mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Modified the <fileVersion> and <productVersion> to be dynamic based on the project.version. Modified the <originalFilename> to be mage-server.exe.
This commit is contained in:
parent
e13140b8b7
commit
f5b08fcaed
1 changed files with 3 additions and 3 deletions
|
@ -201,15 +201,15 @@
|
|||
</opts>
|
||||
</jre>
|
||||
<versionInfo>
|
||||
<fileVersion>0.7.2.0</fileVersion>
|
||||
<fileVersion>${project.version}.0</fileVersion>
|
||||
<txtFileVersion>MAGE Server</txtFileVersion>
|
||||
<fileDescription>Mage Server</fileDescription>
|
||||
<copyright>(C) Mage Development Team</copyright>
|
||||
<productVersion>0.7.2.0</productVersion>
|
||||
<productVersion>${project.version}.0</productVersion>
|
||||
<txtProductVersion>MAGE Server</txtProductVersion>
|
||||
<productName>MAGE</productName>
|
||||
<internalName>Mage-Server</internalName>
|
||||
<originalFilename>original.exe</originalFilename>
|
||||
<originalFilename>mage-server.exe</originalFilename>
|
||||
</versionInfo>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
Loading…
Reference in a new issue