repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b53bfc2
)
windows: fixed installer (cp -> copy)
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Sat, 11 May 2013 09:54:40 +0000
(11:54 +0200)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Sat, 11 May 2013 09:54:40 +0000
(11:54 +0200)
support/create-installer.bat
patch
|
blob
|
blame
|
history
diff --git
a/support/create-installer.bat
b/support/create-installer.bat
index 8ddc94f9644b6873940574d73eb764da92759ab2..954b92077ec3495b3d9cb32cd3f7b4527cad1621 100644
(file)
--- 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
-c
p
libcec.dll libcec.x64.dll
-c
p
cec-client.exe cec-client.x64.exe
+c
opy
libcec.dll libcec.x64.dll
+c
opy
cec-client.exe cec-client.x64.exe
cd ..\..\project
%NSIS% /V1 /X"SetCompressor /FINAL lzma" "libCEC.nsi"