Update Linux version
This commit is contained in:
OmarHatem 2024-05-22 04:22:01 +03:00
parent 37f6d1c281
commit 556b79bdcd
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 --polygon --nano --bitcoinCash --solana --excludeFlutterSecureStorage";;
CONFIG_ARGS="--monero --bitcoin --ethereum --polygon --nano --bitcoinCash --solana --tron --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.7.2"
CAKEWALLET_BUILD_NUMBER=27
CAKEWALLET_VERSION="1.8.0"
CAKEWALLET_BUILD_NUMBER=28
if ! [[ " ${TYPES[*]} " =~ " ${APP_LINUX_TYPE} " ]]; then
echo "Wrong app type."