Skip to content
Snippets Groups Projects
Select Git revision
  • defa3309685d9575457a2f20156c5ba1c955639a
  • master default protected
  • server_prod
  • server_dev
  • next_version
  • laurent-change.log
  • HEAD
  • 2019.03.00
  • 2019.02.07
  • 2019.02.06
  • 2019.02.05
  • 2019.02.04
  • 2019.02.03
  • 2019.02.02
  • 2019.02.01
  • 2019.02.00
  • 2019.01.02
  • 2019.01.01
  • 2019.01.00
  • 2018.04.04
  • 2018.04.03
  • 2018.04.02
  • 2018.04.01
  • 2018.04.00
24 results

README.md

Blame
  • Forked from Open source / vMap
    Source project has a limited visibility.
    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