Skip to content
Snippets Groups Projects
Select Git revision
6 results Searching

dependency.xml

Blame
  • update.bat 117 B
    @echo off
    title Update Vitis App
    echo Update Vitis App
    
    call utils/update_tree.bat
    
    cd client/conf
    call grunt
    
    pause