X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=support%2Fcreate-installer.bat;h=2f19005ba7e611eac5bd55f690a0f2490d79293f;hb=2270ce69c7ecb1914caf617f9a9cfa2222244741;hp=b1f55f96437b1f70eb8d2e8913e77ee2cfc978be;hpb=5467a58c63af9ba6d2c4bc2a0c656bae5b70a57b;p=deb_libcec.git diff --git a/support/create-installer.bat b/support/create-installer.bat index b1f55f9..2f19005 100644 --- a/support/create-installer.bat +++ b/support/create-installer.bat @@ -127,9 +127,12 @@ IF EXIST "..\support\private\sign-binary.cmd" ( CALL ..\support\private\sign-binary.cmd ..\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 +IF "%1%"=="" ( + echo. The installer can be found here: ..\build\libCEC-installer.exe +) ELSE ( + move ..\build\libCEC-installer.exe ..\build\libCEC-%1%-installer.exe + echo. The installer can be found here: ..\build\libCEC-%1%-installer.exe +) GOTO EXIT