mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-18 16:44:32 +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
|
@ -17,3 +17,6 @@ else
|
||||||
sed -i 's/Wallet/Duo/g' ../../lib/app_config.dart
|
sed -i 's/Wallet/Duo/g' ../../lib/app_config.dart
|
||||||
sed -i "s/${ORIGINAL_NAME}/${NEW_NAME}/g" ../../pubspec.yaml
|
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