From edbdc8e36560ebe71474e02b0c2c16f30f8395e3 Mon Sep 17 00:00:00 2001 From: Rafael Saes Date: Fri, 6 Oct 2023 09:43:39 -0300 Subject: [PATCH] fix: missing --nano on app_config --- scripts/linux/app_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux/app_config.sh b/scripts/linux/app_config.sh index f130887fe..6969418bd 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 --excludeFlutterSecureStorage";; #--haven + CONFIG_ARGS="--monero --bitcoin --ethereum --nano --excludeFlutterSecureStorage";; esac cp -rf pubspec_description.yaml pubspec.yaml