Skip to content

Commit 2a249b5

Browse files
committed
try fix windows
1 parent e54f93c commit 2a249b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/native_assets_cli/test/model/build_output_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,12 @@ version: 1.0.0''';
217217
'dependencies2': {
218218
'assets': {
219219
'my_package/data': [
220-
'path/to/file.ext',
220+
Uri.file('path/to/file.ext').toFilePath(),
221221
],
222222
},
223223
'asset_types': {
224224
'native_code': [
225-
'path/to/directory/',
225+
Uri.directory('path/to/directory/').toFilePath(),
226226
],
227227
}
228228
},

0 commit comments

Comments
 (0)