don't bother with update target for now

This commit is contained in:
eyedeekay
2024-03-05 18:09:48 -05:00
parent 616a839c8b
commit 515e52eeb2
3 changed files with 3 additions and 5 deletions

View File

@ -421,9 +421,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
</exec> </exec>
<mkdir dir="i2p.plugins.firefox" /> <mkdir dir="i2p.plugins.firefox" />
<copy file="i2pfirefox.su3" todir="i2p.plugins.firefox" overwrite="true" /> <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.xpi2p" todir="i2p.plugins.firefox" overwrite="true" />
<copy file="i2pfirefox-update.xpi2p" todir="i2p.plugins.firefox" overwrite="true" />
</target> </target>
<target name="torrent"> <target name="torrent">
<delete file="i2p.plugins.firefox.torrent" failonerror="false" /> <delete file="i2p.plugins.firefox.torrent" failonerror="false" />

View File

@ -2,4 +2,4 @@ clientApp.0.main=net.i2p.i2pfirefox.plugin.I2PBrowserPlugin
clientApp.0.name=i2pfirefox clientApp.0.name=i2pfirefox
clientApp.0.delay=0 clientApp.0.delay=0
clientApp.0.startOnLoad=true clientApp.0.startOnLoad=true
clientApp.0.classpath=$PLUGIN/lib/i2pfirefox-plugin.jar,$PLUGIN/lib/i2pfirefox.jar,$I2P/lib/i2psnark.jar clientApp.0.classpath=$PLUGIN/lib/i2pfirefox-plugin.jar

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit! #Build Number for ANT. Do not edit!
#Tue Mar 05 16:05:51 EST 2024 #Tue Mar 05 18:07:41 EST 2024
build.number=649 build.number=650