mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 18:14:42 +00:00
Use dist dir as download.
This commit is contained in:
parent
0b8e22648d
commit
c2d08fd86d
2 changed files with 6 additions and 5 deletions
6
Makefile
6
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue