Skip to content

Commit

Permalink
Added windows dependency download script. #36
Browse files Browse the repository at this point in the history
  • Loading branch information
joseccandido committed Mar 15, 2015
1 parent 87899ad commit 49d1186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.orig
*.ini
build
dependencies/
3 changes: 3 additions & 0 deletions getDependencies.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rmdir /S /Q dependencies\Lato\
mkdir dependencies\Lato\
powershell -Command "(New-Object Net.WebClient).DownloadFile('http://www.latofonts.com/download/Lato2OFL.zip', 'dependencies\Lato\lato.zip')"

0 comments on commit 49d1186

Please sign in to comment.