unquote to allow globbing, make nightlies build from master

This commit is contained in:
idk
2023-01-02 03:57:55 +00:00
parent f7c6251f30
commit 6bfec5d6ef
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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