Include multilocale.txt in xulrunner hash
This commit is contained in:
parent
31fc4dc950
commit
6327e55599
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
xulrunner_content=$(< "$SCRIPT_DIR/fetch_xulrunner")
|
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)
|
xulrunner_gecko_hash=$(echo -n "$GECKO_VERSION - '$xulrunner_content'" | openssl dgst -sha256)
|
||||||
|
|
||||||
echo "$xulrunner_gecko_hash"
|
echo "$xulrunner_gecko_hash"
|
||||||
|
|
Loading…
Reference in a new issue