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
|
2022-10-24 00:10:47 -04:00
|
|
|
READMELINE=`grep 'i2p.plugins.firefox/releases/download' LINUX.md | grep i2pbrowser`
|
|
|
|
sed -i "s|${READMELINE}|wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/${GITHUB_TAG}/i2pbrowser.zip|g" LINUX.md
|
2022-10-24 00:17:09 -04:00
|
|
|
READMELINE=`grep 'i2p.plugins.firefox/releases/download' OSX.md | grep i2pfirefox`
|
|
|
|
sed -i "s|${READMELINE}|wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/${GITHUB_TAG}/i2pfirefox.zip|g" 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
|
2023-01-01 05:27:14 +00:00
|
|
|
ant distclean versionMd jar plugin torrent freeZip jpackage debian fedora tarball
|