From ec321e9cb7251d86d34cae5b763c9c410fb5defc Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 15 Sep 2017 15:42:53 -0300 Subject: Add windows download --- docs/_config.yml | 2 +- docs/_layouts/default.html | 3 ++- docs/downloads/windows/pspufu.zip | Bin 0 -> 11017269 bytes 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 docs/downloads/windows/pspufu.zip (limited to 'docs') diff --git a/docs/_config.yml b/docs/_config.yml index 18e2460..3ddfdc5 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,4 +1,4 @@ title: PSP-UFU -description: Plataforma de Sistemas de Potência Universidade Federal de Uberlândia +description: Plataforma de Sistemas de Potência
Universidade Federal de Uberlândia show_downloads: true theme: jekyll-theme-cayman \ No newline at end of file diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 14fca90..558c8e4 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -18,7 +18,8 @@ Ver no GitHub {% endif %} {% if site.show_downloads %} - Download código fonte (.zip) + Download para Windows + Download código fonte {% endif %} diff --git a/docs/downloads/windows/pspufu.zip b/docs/downloads/windows/pspufu.zip new file mode 100644 index 0000000..948f37c Binary files /dev/null and b/docs/downloads/windows/pspufu.zip differ -- cgit