Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Nov 29, 2023
1 parent ded78ff commit 5ff082f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void main(List<String> args) async {
linkMode: LinkMode.dynamic,
target: buildConfig.target,
path: AssetAbsolutePath(File(
'native/pkgs/native_assets_cli/example/native_add_library/data_asset_build.json')
'pkgs/native_assets_cli/example/native_add_library/data_asset_build.json')
.absolute
.uri),
type: AssetType.data,
Expand Down

0 comments on commit 5ff082f

Please sign in to comment.