Skip to content

Commit 921f878

Browse files
committed
Копирую утилиту v8unpack как бинарник в каталог tools #46
1 parent 79ef2fa commit 921f878

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
@@ -7,7 +7,8 @@ xcopy .\pre-commit .\..\..\.git\hooks\ /Y /F
77
mkdir .\..\..\.git\hooks\v8Reader
88
xcopy .\v8Reader\V8Reader.epf .\..\..\.git\hooks\v8Reader\ /Y /F
99
xcopy .\pyv8unpack.py .\..\..\.git\hooks\ /Y /F
10-
xcopy .\tools\v8unpack.exe .\..\..\.git\hooks\ /Y /F
10+
mkdir .\..\..\.git\hooks\tools
11+
xcopy .\tools\v8unpack.exe .\..\..\.git\hooks\tools\ /Y /F
1112

1213
cd .\..\..\
1314
git config --local core.quotepath false

0 commit comments

Comments
 (0)