##// END OF EJS Templates
installer: add windows application version number to inno installer script...
Urs Rau -
r27687:4cea1b91 default
parent child Browse files
Show More
@@ -23,6 +23,7 b''
23 [Setup]
23 [Setup]
24 AppCopyright=Copyright 2005-2015 Matt Mackall and others
24 AppCopyright=Copyright 2005-2015 Matt Mackall and others
25 AppName=Mercurial
25 AppName=Mercurial
26 AppVersion={#VERSION}
26 #if ARCH == "x64"
27 #if ARCH == "x64"
27 AppVerName=Mercurial {#VERSION} (64-bit)
28 AppVerName=Mercurial {#VERSION} (64-bit)
28 OutputBaseFilename=Mercurial-{#VERSION}-x64
29 OutputBaseFilename=Mercurial-{#VERSION}-x64
General Comments 0
You need to be logged in to leave comments. Login now