test build

This commit is contained in:
eyedeekay
2025-02-11 21:08:41 -05:00
parent 80dfa2498c
commit de8420c5b2

View File

@ -13,11 +13,11 @@ fi
if [ -z "$VERSIONBUILD" ]; then
VERSIONBUILD=$(echo "$GITHUB_TAG" | cut -d . -f 3)
fi
if [ -z "$I2P_VERSION" ]; then
I2P_VERSION="master"
export I2P_VERSION="master"
VERSION="master"
export VERSION="master"
if [ -z "$VERSIONMAJOR" ]; then
I2P_VERSION="i2p-windows-2.8.0"
export I2P_VERSION="i2p-windows-2.8.0"
VERSION="i2p-windows-2.8.0"
export VERSION="i2p-windows-2.8.0"
I2PFIREFOX_VERSION="2.8.0"
export I2PFIREFOX_VERSION="2.8.0"
else