2022-09-16 00:00:18 -04:00
|
|
|
#! /usr/bin/env sh
|
|
|
|
|
|
|
|
. ./config.sh
|
2022-09-25 16:05:16 -04:00
|
|
|
ant distclean clangFmt versionMd
|
2022-09-16 00:00:18 -04:00
|
|
|
./javadoc.sh
|
|
|
|
NUMLINE=`grep release.number build.xml | head -n 1`
|
2022-10-23 22:42:18 -04:00
|
|
|
READMELINE=`grep 'i2p.plugins.firefox/releases/download' README.md | grep i2pfirefox`
|
2022-09-16 00:00:18 -04:00
|
|
|
sed -i "s|${READMELINE}|wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/${GITHUB_TAG}/i2pfirefox.zip|g" README.md
|
2023-01-18 05:57:35 +00:00
|
|
|
READMELINE=`grep 'i2p.plugins.firefox/releases/download' docs/LINUX.md | grep i2pbrowser`
|
|
|
|
sed -i "s|${READMELINE}|wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/${GITHUB_TAG}/i2pbrowser.tar.gz|g" docs/LINUX.md
|
|
|
|
READMELINE=`grep 'i2p.plugins.firefox/releases/download' docs/OSX.md | grep i2pfirefox`
|
|
|
|
sed -i "s|${READMELINE}|wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/${GITHUB_TAG}/i2pfirefox.zip|g" docs/OSX.md
|
2022-09-16 00:00:18 -04:00
|
|
|
sed -i "s|${NUMLINE}| <property name=\"release.number\" value=\"$GITHUB_TAG\" />|g" build.xml
|
|
|
|
edgar && git push --all
|
2024-03-07 12:52:19 -05:00
|
|
|
ant distclean versionMd jar plugin torrent freeZip jpackage debian tarball
|