diff --git a/update.bat b/update.bat
index aebb4bae2ee929512e638ccf8773044b92345da3..46ef323f0223fbdc2a151c7c4b1395ee786ca135 100644
--- a/update.bat
+++ b/update.bat
@@ -4,7 +4,7 @@ echo Update Vitis App
 
 call utils/update_tree.bat
 
-REM cd ../client/conf
-REM call grunt
+cd client/conf
+call grunt
 
 pause