mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-18 22:44:22 +01:00
Change script paths to langs directory
This commit is contained in:
@@ -48,7 +48,7 @@ Future<void> mainImpl(List<String> args) async {
|
||||
await run('rustup target add $triple');
|
||||
await run('${target.compiler} --target $triple $profileArg', args: compilerOpts);
|
||||
await run('mkdir -p $flutterIdentifier');
|
||||
await run('cp ../../../target/$triple/$profile/${target.libName} $flutterIdentifier/');
|
||||
await run('cp ../../../../target/$triple/$profile/${target.libName} $flutterIdentifier/');
|
||||
}
|
||||
|
||||
final hasLinux = targets.any((target) => !target.isWindows);
|
||||
|
||||
Reference in New Issue
Block a user