From: Martin Ellis Date: Thu, 29 Mar 2012 20:09:38 +0000 (+0100) Subject: added: version number to package filename X-Git-Tag: upstream/2.2.0~1^2~31^2~28 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=5467a58c63af9ba6d2c4bc2a0c656bae5b70a57b added: version number to package filename --- diff --git a/support/create-installer.bat b/support/create-installer.bat index eefd7db..b1f55f9 100644 --- a/support/create-installer.bat +++ b/support/create-installer.bat @@ -127,7 +127,9 @@ IF EXIST "..\support\private\sign-binary.cmd" ( CALL ..\support\private\sign-binary.cmd ..\build\libCEC-installer.exe ) -echo. The installer can be found here: ..\build\libCEC-installer.exe +mv ..\build\libCEC-installer.exe ..\build\libCEC-%1%-installer.exe + +echo. The installer can be found here: ..\build\libCEC-%1%-installer.exe GOTO EXIT