Minor build script enhancements.

This commit is contained in:
hackademix 2022-08-06 17:05:01 +02:00
parent e6578dfac9
commit b9121e65ae
1 changed files with 2 additions and 2 deletions

View File

@ -149,11 +149,11 @@ elif [ -f "$XPI.zip" ]; then
$xpicmd "$XPI.zip" "$XPI$DBG.xpi"
echo "Created $XPI$DBG.xpi"
fi
else
elif ! [ -f "$XPI.xpi" ]; then
echo >&2 "ERROR: Could not create $XPI$DBG.xpi!"
exit 3
fi
ln -fs $XPI.xpi "$BASE/latest.xpi"
ln -fs "$XPI.xpi" "$BASE/latest.xpi"
# create Chromium pre-release