Skip to content

Commit

Permalink
windows: fixed installer (cp -> copy)
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed May 11, 2013
1 parent b53bfc2 commit eb7d0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/create-installer.bat
Expand Up @@ -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"

Expand Down

0 comments on commit eb7d0f1

Please sign in to comment.