mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
rename template pubspec
This commit is contained in:
parent
8ae45aff6e
commit
c70f63c005
2 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ if printf '%s\0' "${APP_NAMED_IDS[@]}" | grep -Fxqz -- "${APP_NAMED_ID}"; then
|
|||
if [ -f "${APP_PROJECT_ROOT_DIR}/pubspec.yaml" ]; then
|
||||
rm "${APP_PROJECT_ROOT_DIR}/pubspec.yaml"
|
||||
fi
|
||||
cp "${APP_PROJECT_ROOT_DIR}/scripts/app_config/templates/pubspec.yaml" "${APP_PROJECT_ROOT_DIR}/pubspec.yaml"
|
||||
cp "${APP_PROJECT_ROOT_DIR}/scripts/app_config/templates/pubspec.template" "${APP_PROJECT_ROOT_DIR}/pubspec.yaml"
|
||||
"${APP_PROJECT_ROOT_DIR}/scripts/app_config/shared/update_version.sh" -v "${APP_VERSION_STRING}" -b "${APP_BUILD_NUMBER}"
|
||||
"${APP_PROJECT_ROOT_DIR}/scripts/app_config/shared/link_assets.sh" "${APP_NAMED_ID}"
|
||||
# shellcheck disable=SC1090
|
||||
|
|
Loading…
Reference in a new issue