@echo off
title Update Vitis App
echo Update Vitis App

call utils/update_tree.bat

cd client/conf
call grunt

pause