Skip to content

Commit 9be547f

Browse files
committed
Fix mount root on windows
1 parent f203f15 commit 9be547f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/app/utils/dirs.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Future<String?> _getDefaultMountDir() async {
9292

9393
return '$home/Ouisync';
9494
} else if (Platform.isWindows) {
95-
return 'O:';
95+
return 'O:\\';
9696
} else {
9797
return null;
9898
}

0 commit comments

Comments
 (0)