generate torrents
This commit is contained in:
12
build.xml
12
build.xml
@ -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" >
|
<exec executable="scripts/makeplugin.sh" inputstring="${release.password.su3}" failonerror="true" >
|
||||||
<arg value="plugin" />
|
<arg value="plugin" />
|
||||||
</exec>
|
</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>
|
||||||
|
|
||||||
<target name="distclean" depends="clean" />
|
<target name="distclean" depends="clean" />
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Sun Dec 18 20:54:27 UTC 2022
|
#Sun Dec 18 21:19:40 UTC 2022
|
||||||
build.number=189
|
build.number=191
|
||||||
|
Reference in New Issue
Block a user