bump: flutter_rust_bridge: ^2.0.0-dev.31

This commit is contained in:
2024-04-11 19:52:13 +08:00
parent cdbf4d7812
commit df54a44e0e
13 changed files with 234 additions and 37 deletions

View File

@ -258,7 +258,7 @@ foreach ($adapter in $adapterMemory) {
static Future openDir(path, {bool isFile = false}) async {
dPrint("SystemHelper.openDir path === $path");
await Process.run(
SystemHelper.powershellPath, ["explorer.exe", isFile ? "/select,${path}" : "/select,\"\"$path\"\""]);
SystemHelper.powershellPath, ["explorer.exe", isFile ? "/select,$path" : "/select,\"\"$path\"\""]);
}
static String getHostsFilePath() {