fixed: use the right command for the filesystem
[deb_libcec.git] / support / create-installer.bat
index eefd7db594f84f9205a1ae06ec58999d7ffcc0c0..fb68cb613fec3fef03c7c006fe19bf48c4c83849 100644 (file)
@@ -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
+move ..\build\libCEC-installer.exe ..\build\libCEC-%1%-installer.exe
+
+echo. The installer can be found here: ..\build\libCEC-%1%-installer.exe
 
 GOTO EXIT