Files
i2p.firefox/i2pversion
2022-04-20 14:51:58 -04:00

16 lines
346 B
Bash

#! /usr/bin/env sh
#Comment this out to build from an alternate branch or
# the tip of the master branch.
I2P_VERSION=1.7.4
export I2P_VERSION=1.7.4
VERSION=i2p-jpackage-1.7.1
export VERSION="$VERSION"
#Uncomment this to build from the tip of the master.
#I2P_VERSION=1.7.0
#export I2P_VERSION=1.7.0
#VERSION=master
#export VERSION="$VERSION"