This commit is contained in:
eyedeekay
2025-04-11 22:41:52 -04:00
parent 88b6599011
commit c89cc0a2d1
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<project basedir="." default="all" name="i2pfirefox"> <project basedir="." default="all" name="i2pfirefox">
<property file="override.properties"/> <property file="override.properties"/>
<target name="all" depends="clean,versionMd,i2pFirefoxBaseProfileZip,i2pChromiumBaseProfileZip,jar" /> <target name="all" depends="clean,versionMd,jar" />
<target name="tarball"> <target name="tarball">
<exec executable="git"> <exec executable="git">
@ -173,7 +173,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
</exec> </exec>
</target> </target>
<target name="jar" depends="versionMd,i2pFirefoxBaseProfileZip,i2pFirefoxUsabilityProfileZip,i2pChromiumBaseProfileZip,i2pChromiumUsabilityProfileZip"> <target name="jar" depends="versionMd,i2pFirefoxBaseProfileZip,i2pFirefoxUsabilityProfileZip">
<ant dir="src" target="jar" /> <ant dir="src" target="jar" />
<ant dir="src" target="pluginjar" /> <ant dir="src" target="pluginjar" />
</target> </target>

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit! #Build Number for ANT. Do not edit!
#Fri Apr 11 22:19:08 EDT 2025 #Fri Apr 11 22:39:31 EDT 2025
build.number=818 build.number=820