We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723cd56 commit b99dcc8Copy full SHA for b99dcc8
tool/ci.dart
@@ -109,7 +109,7 @@ void main(List<String> arguments) async {
109
_runProcess(
110
repositoryRoot
111
.resolve(
112
- 'pkgs/hooks/example/build/native_add_app/build/cli/${Abi.current().toString()}/bundle/bin/native_add_app${Platform.isWindows ? '.exe' : ''}',
+ 'pkgs/hooks/example/build/native_add_app/build/cli/${Abi.current()}/bundle/bin/native_add_app${Platform.isWindows ? '.exe' : ''}',
113
)
114
.toFilePath(),
115
[],
0 commit comments