From 6a7974fec68cc56e7348740d8b0db733d2a23a9c Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Sat, 20 Jul 2024 23:01:27 -0400 Subject: [PATCH] add releaser to CI --- build.sh | 4 ++-- docs/RELEASE.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 docs/RELEASE.md diff --git a/build.sh b/build.sh index 02ace2e..3f034e1 100755 --- a/build.sh +++ b/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 diff --git a/docs/RELEASE.md b/docs/RELEASE.md new file mode 100644 index 0000000..f822ea2 --- /dev/null +++ b/docs/RELEASE.md @@ -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.