Include multilocale.txt in xulrunner hash

This commit is contained in:
Dan Stillman 2024-02-27 07:42:24 -05:00
parent 31fc4dc950
commit 6327e55599

View file

@ -36,6 +36,7 @@ else
fi
xulrunner_content=$(< "$SCRIPT_DIR/fetch_xulrunner")
xulrunner_content+=$(< "$APP_ROOT_DIR/assets/multilocale.txt")
xulrunner_gecko_hash=$(echo -n "$GECKO_VERSION - '$xulrunner_content'" | openssl dgst -sha256)
echo "$xulrunner_gecko_hash"