mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 11:24:46 +08:00
bump: flutter_rust_bridge: ^2.0.0-dev.31
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user