unquote to allow globbing, make nightlies build from master
This commit is contained in:
@ -11,5 +11,7 @@ VERSIONMINOR=0
|
||||
VERSIONBUILD=0
|
||||
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
||||
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
||||
VERSION=i2p-2.0.0
|
||||
export VERSION=i2p-2.0.0
|
||||
#VERSION=i2p-2.0.0
|
||||
#export VERSION=i2p-2.0.0
|
||||
VERSION=master
|
||||
export VERSION=master
|
@ -74,7 +74,7 @@ if [ ! -f "$HERE/build/i2pfirefox.jar" ]; then
|
||||
wget -O "$HERE/build/i2pfirefox.jar" "https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/$I2PFIREFOX_VERSION/i2pfirefox.jar"
|
||||
fi
|
||||
|
||||
for dll in "$I2P_JBIGI/*windows*.dll"; do
|
||||
for dll in "$I2P_JBIGI/"*windows*.dll; do
|
||||
jar uf "$HERE/build/jbigi.jar" "$dll"
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user