Update app build scripts for new combined repo

Also:

- Replace `install.rdf` with `version` file
- Remove lots of obsolete logic in `prepare_build` (formerly
  `build_xpi`)
This commit is contained in:
Dan Stillman 2023-04-24 04:09:36 -04:00 committed by Dan Stillman
parent 1ab041ef55
commit c55ef8714b
13 changed files with 102 additions and 235 deletions

View file

@ -54,9 +54,9 @@ fi
"$SCRIPT_DIR"/check_requirements
VERSION="`perl -ne 'print and last if s/.*<em:version>(.*)<\/em:version>.*/\1/;' \"$SOURCE_DIR\"/install.rdf`"
VERSION="`cat \"$SOURCE_DIR\"/version`"
if [ -z "$VERSION" ]; then
echo "Error getting version from $SOURCE_DIR/install.rdf"
echo "Error getting version from $SOURCE_DIR/version"
exit 1
fi