Use dist dir as download.

This commit is contained in:
Bastian Kleineidam 2013-12-24 07:28:19 +01:00
parent 0b8e22648d
commit c2d08fd86d
2 changed files with 6 additions and 5 deletions

View file

@ -112,9 +112,9 @@ tag:
git push --tags origin upstream/$(VERSION)
upload:
github-upload $(GITUSER) $(GITREPO) \
dist/$(ARCHIVE_SOURCE) dist/$(ARCHIVE_WIN32) \
dist/$(ARCHIVE_SOURCE).asc dist/$(ARCHIVE_WIN32).asc
cp dist/$(ARCHIVE_SOURCE) dist/$(ARCHIVE_WIN32) \
dist/$(ARCHIVE_SOURCE).asc dist/$(ARCHIVE_WIN32).asc \
$(HOMEPAGE)/dist
homepage:
# update metadata

View file

@ -43,13 +43,14 @@
title="Download source .tar.gz package"
class="button"><span>Source {{site.app.lname}}-{{site.app.version}}.tar.gz</span></a>
-->
<a href="http://github.com/downloads/wummel/{{site.app.lname}}/{{site.app.name}}-{{site.app.version}}.exe"
<a href="http://wummel.github.io/{{site.app.lname}}/dist/{{site.app.name}}-{{site.app.version}}.exe"
title="Download Windows .exe installer"
class="button"><span>{{site.app.name}}-{{site.app.version}}.exe</span></a>
<a href="http://ftp.debian.org/debian/pool/main/l/{{site.app.lname}}/"
title="Download Debian installer"
class="button"><span>{{site.app.name}}-{{site.app.version}}.deb</span></a>
<a href="http://github.com/downloads/wummel/{{site.app.lname}}/{{site.app.name}}-{{site.app.version}}.tar.xz"
<a href="http://wummel.github.io/{{site.app.lname}}/dist/{{site.app.name}}-{{site.app.version}}.tar.xz"
title="Download Source .tar.xz package"
class="button"><span>{{site.app.name}}-{{site.app.version}}.tar.xz</span></a>
</p>