We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc5c12c + 52d84e6 commit be686c9Copy full SHA for be686c9
copy-to-hook.cmd
@@ -4,7 +4,8 @@
4
5
xcopy .\ibService .\..\..\.git\hooks\ibService\ /Y /E /F
6
xcopy .\pre-commit .\..\..\.git\hooks\ /Y /F
7
-xcopy .\v8Reader.epf .\..\..\.git\hooks\ /Y /F
+mkdir .\..\..\.git\hooks\v8Reader
8
+xcopy .\v8Reader\V8Reader.epf .\..\..\.git\hooks\v8Reader\ /Y /F
9
xcopy .\pyv8unpack.py .\..\..\.git\hooks\ /Y /F
10
11
cd .\..\..\
0 commit comments