Skip to content

Commit 52d84e6

Browse files
committed
Merge pull request #23 from Infactum/develop
v8Reader path fix
2 parents 4582a86 + 41b75bd commit 52d84e6

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)