Skip to content

Commit

Permalink
Fix the demo path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheen (Shen) Tian committed Jun 30, 2017
1 parent 6ae58d0 commit 7f06b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunAllDemo.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@ECHO OFF
@COLOR 1A
ECHO ========================Run all demo for x86==============================
@CD .\output\demo\Win32\
@CD .\output\demo\x86\
FOR /r .\ %%i IN (*.exe) DO (
ECHO %%i
%%i
Expand Down

0 comments on commit 7f06b9a

Please sign in to comment.