mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
Fix quotes for app_config.sh script
This commit is contained in:
parent
8e9111c447
commit
47943c53d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue