Update release.sh

This commit is contained in:
topjohnwu 2024-08-03 01:55:03 -07:00
parent 37df39ec37
commit ca36b42d79

View File

@ -29,6 +29,8 @@ enable_version_config() {
if ! grep -qE '^version=' $CONFIG; then if ! grep -qE '^version=' $CONFIG; then
echo 'version=' >> $CONFIG echo 'version=' >> $CONFIG
fi fi
# Make sure abiList is not set when building for release
sed -i "s:^abiList=:# abiList=:g" $CONFIG
} }
disable_version_config() { disable_version_config() {