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