Files
i2p.plugins.firefox/preprelease.sh
idk 520c2a2e64 update index.html
Former-commit-id: aa627c8191
Former-commit-id: 73b9c811734574f24dba0d57d8bcac411c8e89d1
2022-09-25 16:05:16 -04:00

12 lines
512 B
Bash
Executable File

#! /usr/bin/env sh
. ./config.sh
ant distclean clangFmt versionMd
./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 versionMd jar freeZip jpackage debian fedora