Fix quotes for app_config.sh script

This commit is contained in:
M 2022-01-04 20:47:34 +02:00
parent 8e9111c447
commit 47943c53d7

View file

@ -5,4 +5,4 @@ if [ -z "$APP_ANDROID_TYPE" ]; then
exit 1
fi
sed -i '0,/version:/{s/version:.*/version: ${APP_ANDROID_VERSION}+${APP_ANDROID_BUILD_NUMBER}/}' ./../../pubspec.yaml
sed -i "0,/version:/{s/version:.*/version: ${APP_ANDROID_VERSION}+${APP_ANDROID_BUILD_NUMBER}/}" ./../../pubspec.yaml