From bc785e13fcca42b1e4a5886f671a1016ec58c0a3 Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 22 May 2024 11:44:05 -0600 Subject: [PATCH] call of env.sh should not be needed --- scripts/app_config/shared/asset_generators.sh | 2 -- scripts/app_config/shared/link_assets.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/scripts/app_config/shared/asset_generators.sh b/scripts/app_config/shared/asset_generators.sh index 25a71c747..a0dfc9ab3 100755 --- a/scripts/app_config/shared/asset_generators.sh +++ b/scripts/app_config/shared/asset_generators.sh @@ -2,8 +2,6 @@ set -x -e -source ./env.sh - # run icon and image generators pushd "${APP_PROJECT_ROOT_DIR}" flutter pub get diff --git a/scripts/app_config/shared/link_assets.sh b/scripts/app_config/shared/link_assets.sh index cc9bb87e9..205841368 100755 --- a/scripts/app_config/shared/link_assets.sh +++ b/scripts/app_config/shared/link_assets.sh @@ -2,8 +2,6 @@ set -x -e -source ./env.sh - if [ $# -ne 1 ]; then echo "Usage: $0 " exit 1