mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-31 15:59:26 +00:00
include duo assets archive and extract it over our own assets via script
This commit is contained in:
parent
e0abd97041
commit
d37be9d54e
2 changed files with 4 additions and 1 deletions
|
@ -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 ../../
|
||||
|
|
BIN
scripts/app_config/stack_duo_assets.zip
Normal file
BIN
scripts/app_config/stack_duo_assets.zip
Normal file
Binary file not shown.
Loading…
Reference in a new issue