generate torrents

This commit is contained in:
idk
2022-12-18 21:20:01 +00:00
parent ef33fca439
commit 938889bc91
2 changed files with 14 additions and 2 deletions

View File

@ -395,6 +395,18 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
<exec executable="scripts/makeplugin.sh" inputstring="${release.password.su3}" failonerror="true" >
<arg value="plugin" />
</exec>
<mkdir dir="i2p.plugins.firefox" />
<copy file="i2pfirefox.su3" todir="i2p.plugins.firefox" overwrite="true" />
<copy file="i2pfirefox-update.su3" todir="i2p.plugins.firefox" overwrite="true" />
<copy file="i2pfirefox.xpi2p" todir="i2p.plugins.firefox" overwrite="true" />
<copy file="i2pfirefox-update.xpi2p" todir="i2p.plugins.firefox" overwrite="true" />
<exec executable="mktorrent" osfamily="unix" failonerror="true">
<arg value='--announce=http://mb5ir7klpc2tj6ha3xhmrs3mseqvanauciuoiamx2mmzujvg67uq.b32.i2p/announce' />
<arg value='--name="i2p.plugins.firefox"' />
<arg value='--web-seed=http://idk.i2p/i2p.plugins.firefox/' />
<arg value='--output=i2p.plugins.firefox.torrent' />
<arg value='i2p.plugins.firefox' />
</exec>
</target>
<target name="distclean" depends="clean" />

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Sun Dec 18 20:54:27 UTC 2022
build.number=189
#Sun Dec 18 21:19:40 UTC 2022
build.number=191