Add polygon to Linux [skip ci]

This commit is contained in:
OmarHatem 2023-12-22 00:39:57 +02:00
parent 02b2eacd93
commit a1e2438aed
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ CONFIG_ARGS=""
case $APP_LINUX_TYPE in
$CAKEWALLET)
CONFIG_ARGS="--monero --bitcoin --ethereum --nano --bitcoinCash --excludeFlutterSecureStorage";;
CONFIG_ARGS="--monero --bitcoin --ethereum --nano --bitcoinCash --polygon --excludeFlutterSecureStorage";;
esac
cp -rf pubspec_description.yaml pubspec.yaml

View file

@ -14,8 +14,8 @@ if [ -n "$1" ]; then
fi
CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="1.3.0"
CAKEWALLET_BUILD_NUMBER=11
CAKEWALLET_VERSION="1.3.1"
CAKEWALLET_BUILD_NUMBER=12
if ! [[ " ${TYPES[*]} " =~ " ${APP_LINUX_TYPE} " ]]; then
echo "Wrong app type."