Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 99401a1

Browse files
committed
[#719] postInstall.bat could not handle a "space" in the path
1 parent 51a2ca4 commit 99401a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

www/bin/postInstall.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
ECHO OFF
22

3-
%~dp0\node.exe %~dp0\downloadPG.js
3+
set path=%~dp0
4+
"%path%node.exe" "%path%downloadPG.js"
5+
46
exit /B

0 commit comments

Comments
 (0)