diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-15 15:42:53 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-15 15:42:53 -0300 |
commit | ec321e9cb7251d86d34cae5b763c9c410fb5defc (patch) | |
tree | e52ddf02dfcd1b4bccea7c72f5a6be29a213b396 | |
parent | 65b1434d8ab7a2e4b53984a1e0827780afc12194 (diff) | |
download | PSP.git-ec321e9cb7251d86d34cae5b763c9c410fb5defc.tar.gz PSP.git-ec321e9cb7251d86d34cae5b763c9c410fb5defc.tar.xz PSP.git-ec321e9cb7251d86d34cae5b763c9c410fb5defc.zip |
Add windows download
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | docs/_config.yml | 2 | ||||
-rw-r--r-- | docs/_layouts/default.html | 3 | ||||
-rw-r--r-- | docs/downloads/windows/pspufu.zip | bin | 0 -> 11017269 bytes |
4 files changed, 4 insertions, 3 deletions
@@ -23,7 +23,7 @@ Project/Debug/ *.jar *.rar *.tar -*.zip +#*.zip # Logs and databases # ###################### 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<br />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 @@ <a href="{{ site.github.repository_url }}" class="btn">Ver no GitHub</a> {% endif %} {% if site.show_downloads %} - <a href="{{ site.github.zip_url }}" class="btn">Download código fonte (.zip)</a> + <a href="{{ site.github.zip_url }}" class="btn">Download para Windows</a> + <a href="{{ site.github.zip_url }}" class="btn">Download código fonte</a> <!--a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a--> {% endif %} </section> diff --git a/docs/downloads/windows/pspufu.zip b/docs/downloads/windows/pspufu.zip Binary files differnew file mode 100644 index 0000000..948f37c --- /dev/null +++ b/docs/downloads/windows/pspufu.zip |