X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=support%2Fcreate-installer.bat;h=b1f55f96437b1f70eb8d2e8913e77ee2cfc978be;hb=5467a58c63af9ba6d2c4bc2a0c656bae5b70a57b;hp=eefd7db594f84f9205a1ae06ec58999d7ffcc0c0;hpb=c5c1d56f404b210d53362b56dd52d0aeb6dbe621;p=deb_libcec.git 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