mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-21 23:47:39 +00:00
Update release.sh
This commit is contained in:
parent
37df39ec37
commit
ca36b42d79
@ -29,6 +29,8 @@ enable_version_config() {
|
||||
if ! grep -qE '^version=' $CONFIG; then
|
||||
echo 'version=' >> $CONFIG
|
||||
fi
|
||||
# Make sure abiList is not set when building for release
|
||||
sed -i "s:^abiList=:# abiList=:g" $CONFIG
|
||||
}
|
||||
|
||||
disable_version_config() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user