mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-29 04:49:51 +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
|
exit 1
|
||||||
fi
|
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…
Add table
Add a link
Reference in a new issue