add releaser to CI
This commit is contained in:
4
build.sh
4
build.sh
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
if [ -z "$I2P_VERSION" ]; then
|
||||
I2P_VERSION="i2p-2.3.0"
|
||||
I2P_VERSION="i2p-2.6.0"
|
||||
fi
|
||||
|
||||
if echo "$I2P_VERSION" | grep -q '.\..\..'; then
|
||||
@ -11,7 +11,7 @@ if echo "$I2P_VERSION" | grep -q '.\..\..'; then
|
||||
fi
|
||||
else
|
||||
if [ -z "$I2P_RELEASE_VERSION" ]; then
|
||||
I2P_RELEASE_VERSION=2.3.0
|
||||
I2P_RELEASE_VERSION=2.6.0
|
||||
fi
|
||||
fi
|
||||
|
||||
|
7
docs/RELEASE.md
Normal file
7
docs/RELEASE.md
Normal file
@ -0,0 +1,7 @@
|
||||
Unsigned Output of I2P Easy-Install for Mac
|
||||
===========================================
|
||||
|
||||
This is an unsigned `.dmg` package of the Java I2P router.
|
||||
It consists of an I2P router embedded in a customized launcher.
|
||||
It has been an "Official" I2P package in the past, however it has been partially broken for many years due to issues with notarization on Mac OSX.
|
||||
This is functioning package, which should be ready for signing and notarization by any party who is able.
|
Reference in New Issue
Block a user