From 454441bcdc907f5549989329181d7a39c4cd70a0 Mon Sep 17 00:00:00 2001 From: Martin Ellis Date: Thu, 29 Mar 2012 21:13:49 +0100 Subject: [PATCH] fixed: use the right command for the filesystem --- support/create-installer.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1