Commit f942e97f authored by fuyanbin's avatar fuyanbin
Browse files

fix: 需要时再安装qrcode app

parent 7c32519e
...@@ -312,7 +312,7 @@ install_dianxin() { ...@@ -312,7 +312,7 @@ install_dianxin() {
chcon u:object_r:drmserver_exec:s0 "$system_path/etc/init/$(basename "$file")" chcon u:object_r:drmserver_exec:s0 "$system_path/etc/init/$(basename "$file")"
done done
if [[ "$android_sdk" -ge 31 ]] && [[ "$INSTALL_QRCODE_APP" ]] if [[ "$android_sdk" -ge 31 ]] && [[ "$INSTALL_QRCODE_APP" == "true" ]]
then then
find ./services/ -type f -name "*.apk" -exec install -m 0644 -t "$system_path"/preinstall/ {} \; find ./services/ -type f -name "*.apk" -exec install -m 0644 -t "$system_path"/preinstall/ {} \;
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment