X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=blobdiff_plain;f=support%2Fcreate-installer.bat;h=954b92077ec3495b3d9cb32cd3f7b4527cad1621;hp=8ddc94f9644b6873940574d73eb764da92759ab2;hb=eb7d0f1ea23f80dbb3e667e78923003541d5598f;hpb=b53bfc2d959e562ee603cc7d74298d1a42fba57e diff --git a/support/create-installer.bat b/support/create-installer.bat index 8ddc94f..954b920 100644 --- a/support/create-installer.bat +++ b/support/create-installer.bat @@ -81,8 +81,8 @@ CALL ..\support\private\sign-binary.cmd ..\build\x64\cec-tray.exe :CREATEINSTALLER echo. Creating the installer cd ..\build\x64 -cp libcec.dll libcec.x64.dll -cp cec-client.exe cec-client.x64.exe +copy libcec.dll libcec.x64.dll +copy cec-client.exe cec-client.x64.exe cd ..\..\project %NSIS% /V1 /X"SetCompressor /FINAL lzma" "libCEC.nsi"