include duo assets archive and extract it over our own assets via script

This commit is contained in:
sneurlax 2024-05-21 14:08:19 -05:00
parent e0abd97041
commit d37be9d54e
2 changed files with 4 additions and 1 deletions

View file

@ -16,4 +16,7 @@ if [[ "$(uname)" == 'Darwin' ]]; then
else
sed -i 's/Wallet/Duo/g' ../../lib/app_config.dart
sed -i "s/${ORIGINAL_NAME}/${NEW_NAME}/g" ../../pubspec.yaml
fi
fi
# Extract Duo images.
unzip -o stack_duo_assets.zip -d ../../

Binary file not shown.