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.
1 parent 79ef2fa commit 921f878Copy full SHA for 921f878
copy-to-hook.cmd
@@ -7,7 +7,8 @@ xcopy .\pre-commit .\..\..\.git\hooks\ /Y /F
7
mkdir .\..\..\.git\hooks\v8Reader
8
xcopy .\v8Reader\V8Reader.epf .\..\..\.git\hooks\v8Reader\ /Y /F
9
xcopy .\pyv8unpack.py .\..\..\.git\hooks\ /Y /F
10
-xcopy .\tools\v8unpack.exe .\..\..\.git\hooks\ /Y /F
+mkdir .\..\..\.git\hooks\tools
11
+xcopy .\tools\v8unpack.exe .\..\..\.git\hooks\tools\ /Y /F
12
13
cd .\..\..\
14
git config --local core.quotepath false
0 commit comments