Skip to content

Commit c62a5de

Browse files
committed
v8Reader path fix
1 parent 88d874e commit c62a5de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

copy-to-hook.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
xcopy .\ibService .\..\..\.git\hooks\ibService\ /Y /E /F
66
xcopy .\pre-commit .\..\..\.git\hooks\ /Y /F
7-
xcopy .\v8Reader.epf .\..\..\.git\hooks\ /Y /F
7+
mkdir .\..\..\.git\hooks\v8Reader
8+
xcopy .\v8Reader\V8Reader.epf .\..\..\.git\hooks\v8Reader\ /Y /F
89
xcopy .\pyv8unpack.py .\..\..\.git\hooks\ /Y /F
910

1011
cd .\..\..\

0 commit comments

Comments
 (0)