Files
i2p.plugins.firefox/preprelease.sh

12 lines
530 B
Bash
Raw Normal View History

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`
READMELINE=`grep 'i2p.plugins.firefox/releases/download' README.md`
sed -i "s|${READMELINE}|wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/${GITHUB_TAG}/i2pfirefox.zip|g" README.md
sed -i "s|${NUMLINE}| <property name=\"release.number\" value=\"$GITHUB_TAG\" />|g" build.xml
edgar && git push --all
ant distclean tarball versionMd jar freeZip jpackage debian fedora