From a1e2438aedf408e86b7cab186a07373f5b02341c Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Fri, 22 Dec 2023 00:39:57 +0200 Subject: [PATCH] Add polygon to Linux [skip ci] --- scripts/linux/app_config.sh | 2 +- scripts/linux/app_env.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/linux/app_config.sh b/scripts/linux/app_config.sh index 63a365cb6..19f88f171 100755 --- a/scripts/linux/app_config.sh +++ b/scripts/linux/app_config.sh @@ -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 diff --git a/scripts/linux/app_env.sh b/scripts/linux/app_env.sh index fa89dbe9d..8456dffc6 100755 --- a/scripts/linux/app_env.sh +++ b/scripts/linux/app_env.sh @@ -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."