Skip to content

Commit 5406b77

Browse files
authored
docs: add a note about string quoting
1 parent effeaaf commit 5406b77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

browser_patches/buildbots/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ SET TELEGRAM_BOT_KEY=<bot_key>
7777
SET WEBKIT_BUILD_PATH=<value of "PATH" variable from cmd.exe>
7878
SET DEVENV="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.com"
7979
```
80+
> **NOTE:** mind different quotes position in DEVENV="..." than in PATH (and WEBKIT_BUILD_PATH). This is important.
81+
8082
And right before the `REM Start shell.`, change `PATH` to export locally-installed node.js:
8183
```bat
8284
SET "PATH=C:\Program Files\nodejs\;%PATH%"

0 commit comments

Comments
 (0)