From 5467a58c63af9ba6d2c4bc2a0c656bae5b70a57b Mon Sep 17 00:00:00 2001 From: Martin Ellis Date: Thu, 29 Mar 2012 21:09:38 +0100 Subject: [PATCH] added: version number to package filename --- support/create-installer.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.34.1