mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
speedo: Append the date to the Windows installer.
* build-aux/speedo.mk (BUILD_DATESTR): New. (dist-source, installer): Use it.
This commit is contained in:
parent
d280a52757
commit
8ec0b384a8
2 changed files with 8 additions and 5 deletions
|
@ -22,7 +22,8 @@
|
|||
# BUILD_DIR
|
||||
# TOP_SRCDIR
|
||||
# W32_SRCDIR
|
||||
# BUILD_ISODATE
|
||||
# BUILD_ISODATE - the build date, e.g. "2014-10-31"
|
||||
# BUILD_DATESTR - ditto w/o '-', e.g. "20141031"
|
||||
# NAME
|
||||
# VERSION
|
||||
# PROD_VERSION
|
||||
|
@ -94,9 +95,9 @@ SetCompressor lzma
|
|||
Name "${PRETTY_PACKAGE}"
|
||||
|
||||
# Set the output filename.
|
||||
OutFile "${NAME}-${VERSION}.exe"
|
||||
OutFile "${NAME}-${VERSION}_${BUILD_DATESTR}.exe"
|
||||
|
||||
#Fixme: Do we need a logo
|
||||
#Fixme: Do we need a logo?
|
||||
#Icon "${TOP_SRCDIR}/doc/logo/gnupg-logo-icon.ico"
|
||||
#UninstallIcon "${TOP_SRCDIR}/doc/logo/gnupg-logo-icon.ico"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue