Minor build script enhancements.
This commit is contained in:
parent
e6578dfac9
commit
b9121e65ae
4
build.sh
4
build.sh
|
@ -149,11 +149,11 @@ elif [ -f "$XPI.zip" ]; then
|
||||||
$xpicmd "$XPI.zip" "$XPI$DBG.xpi"
|
$xpicmd "$XPI.zip" "$XPI$DBG.xpi"
|
||||||
echo "Created $XPI$DBG.xpi"
|
echo "Created $XPI$DBG.xpi"
|
||||||
fi
|
fi
|
||||||
else
|
elif ! [ -f "$XPI.xpi" ]; then
|
||||||
echo >&2 "ERROR: Could not create $XPI$DBG.xpi!"
|
echo >&2 "ERROR: Could not create $XPI$DBG.xpi!"
|
||||||
exit 3
|
exit 3
|
||||||
fi
|
fi
|
||||||
ln -fs $XPI.xpi "$BASE/latest.xpi"
|
ln -fs "$XPI.xpi" "$BASE/latest.xpi"
|
||||||
|
|
||||||
# create Chromium pre-release
|
# create Chromium pre-release
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue