Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit a07ac80

Browse files
committed
Created folder in %appdata%\NgrokSharp if not already created
1 parent 2f7d827 commit a07ac80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MainWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public MainWindow()
3232

3333
if (!File.Exists($"{_downloadFolder}Settings.json"))
3434
{
35+
Directory.CreateDirectory(_downloadFolder);
3536
File.WriteAllText($"{_downloadFolder}Settings.json", "{\r\n \"firstTimeSetupDone\": false\r\n}");
3637
}
3738

0 commit comments

Comments
 (0)