mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-04 03:03:48 +01:00
fix opening windows dao links
This commit is contained in:
parent
411395bf94
commit
e28843dd41
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class DesktopUtil {
|
|||
}
|
||||
|
||||
if (os.isWindows()) {
|
||||
return runCommand("explorer", "%s", what);
|
||||
return runCommand("explorer", "%s", "\"" + what + "\"");
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue