rebuild
This commit is contained in:
@ -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>
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user