From f2f75a5ecc08e7aae51d5dcb0a7018603da4d88a Mon Sep 17 00:00:00 2001 From: Shaban Kamel Date: Sun, 22 Sep 2024 11:39:53 +0300 Subject: [PATCH] Solara --- solara/lib/core/scripts/file_path.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solara/lib/core/scripts/file_path.rb b/solara/lib/core/scripts/file_path.rb index 0caee6c..47c15eb 100644 --- a/solara/lib/core/scripts/file_path.rb +++ b/solara/lib/core/scripts/file_path.rb @@ -230,7 +230,7 @@ def self.android_brand_res(brand_key) end def self.brand_flutter_assets(brand_key) - File.join(brands, brand_key, 'shared', 'assets') + File.join(brands, brand_key, 'flutter', 'assets') end def self.flutter_assets_artifacts