Compare commits

...

4 Commits

Author SHA1 Message Date
idk
ab47e252cd update index.html 2022-09-11 02:05:14 -04:00
idk
7846a3d566 don't assume distclean in ant jar 2022-09-11 02:04:50 -04:00
idk
abb8be09c4 don't assume distclean in ant jar 2022-09-11 02:04:19 -04:00
idk
49fbe74d2c update index.html 2022-09-11 02:01:43 -04:00
2 changed files with 4 additions and 4 deletions

View File

@ -168,7 +168,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
</exec>
</target>
<target name="jar" depends="distclean,i2pFirefoxBaseProfileZip,i2pFirefoxUsabilityProfileZip,i2pChromiumBaseProfileZip">
<target name="jar" depends="i2pFirefoxBaseProfileZip,i2pFirefoxUsabilityProfileZip,i2pChromiumBaseProfileZip">
<ant dir="src" target="jar" />
</target>
@ -317,7 +317,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
<delete dir="plugin/eepsite/docroot/torrents/" />
<!-- get version number -->
<buildnumber file="scripts/build.number" />
<property name="release.number" value="0.0.35" />
<property name="release.number" value="0.0.36" />
<!-- make the update xpi2p -->
<!-- this contains everything except i2ptunnel.config -->

View File

@ -1,6 +1,6 @@
#! /usr/bin/env sh
export GITHUB_USER=eyedeekay
export GITHUB_REPO=i2p.plugins.firefox
export GITHUB_NAME="wait up to 5 seconds for the headless firefox to die(sounds creepy when I say it like that)"
export GITHUB_NAME="Make releasing a little less bad"
export GITHUB_DESCRIPTION=$(cat CHANGES.md)
export GITHUB_TAG=0.0.35
export GITHUB_TAG=0.0.36