index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
buildsteps
/
windows
/
x64
/
bootstrap-addons.bat
blob: ac10bab6b83db362a1f79e52a41b2954e7747fdf (
plain
)
1
2
3
4
5
6
@ECHO OFF PUSHD %~dp0\.. CALL vswhere.bat x64 CALL bootstrap-addons %* POPD