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 4582a86 + 41b75bd commit 52d84e6Copy full SHA for 52d84e6
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