From: Martin Ellis Date: Thu, 29 Mar 2012 20:13:49 +0000 (+0100) Subject: fixed: use the right command for the filesystem X-Git-Tag: upstream/2.2.0~1^2~31^2~27 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=454441bcdc907f5549989329181d7a39c4cd70a0 fixed: use the right command for the filesystem --- diff --git a/support/create-installer.bat b/support/create-installer.bat index b1f55f9..fb68cb6 100644 --- a/support/create-installer.bat +++ b/support/create-installer.bat @@ -127,7 +127,7 @@ 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 +move ..\build\libCEC-installer.exe ..\build\libCEC-%1%-installer.exe echo. The installer can be found here: ..\build\libCEC-%1%-installer.exe