Skip to content

Commit be686c9

Browse files
author
Сосна Евгений
committed
Merge branch 'develop' of https://github.com/xDrivenDevelopment/precommit1c into develop
2 parents bc5c12c + 52d84e6 commit be686c9

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)