mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
call of env.sh should not be needed
This commit is contained in:
parent
230669bd97
commit
bc785e13fc
2 changed files with 0 additions and 4 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
set -x -e
|
||||
|
||||
source ./env.sh
|
||||
|
||||
# run icon and image generators
|
||||
pushd "${APP_PROJECT_ROOT_DIR}"
|
||||
flutter pub get
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
set -x -e
|
||||
|
||||
source ./env.sh
|
||||
|
||||
if [ $# -ne 1 ]; then
|
||||
echo "Usage: $0 <theme specific assets dir name (ex. stack_wallet)>"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue