diff --git a/lib/utilities/stack_file_system.dart b/lib/utilities/stack_file_system.dart index 5177f1973..34d82f691 100644 --- a/lib/utilities/stack_file_system.dart +++ b/lib/utilities/stack_file_system.dart @@ -15,8 +15,7 @@ abstract class StackFileSystem { } else if (Platform.isLinux) { appDirectory = Directory("${Platform.environment['HOME']}/.stackwallet"); } else if (Platform.isWindows) { - // TODO: windows root .stackwallet dir location - throw Exception("Unsupported platform"); + appDirectory = await getApplicationSupportDirectory(); } else if (Platform.isMacOS) { // currently run in ipad mode?? throw Exception("Unsupported platform");