rename template pubspec

This commit is contained in:
julian 2024-05-23 17:40:49 -06:00
parent 8ae45aff6e
commit c70f63c005
2 changed files with 1 additions and 1 deletions

View file

@ -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 if [ -f "${APP_PROJECT_ROOT_DIR}/pubspec.yaml" ]; then
rm "${APP_PROJECT_ROOT_DIR}/pubspec.yaml" rm "${APP_PROJECT_ROOT_DIR}/pubspec.yaml"
fi 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/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}" "${APP_PROJECT_ROOT_DIR}/scripts/app_config/shared/link_assets.sh" "${APP_NAMED_ID}"
# shellcheck disable=SC1090 # shellcheck disable=SC1090