mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
add windows path
This commit is contained in:
parent
e89b213798
commit
cd86085d16
1 changed files with 1 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue