From 475f6241135668c376824033da399437c4bd2a35 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 23 Mar 2015 10:35:35 +0800 Subject: [PATCH] docs: The right way of "set", according to #1126 --- docs/tutorial/application-distribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/application-distribution.md b/docs/tutorial/application-distribution.md index c711883ab463..8fa90a53518d 100644 --- a/docs/tutorial/application-distribution.md +++ b/docs/tutorial/application-distribution.md @@ -95,7 +95,7 @@ variable and have a clean rebuild: __Windows__ ```cmd -> set GYP_DEFINES=project_name=myapp product_name=MyApp +> set "GYP_DEFINES=project_name=myapp product_name=MyApp" > python script\bootstrap.py > python script\build.py -c Release -t myapp ```