aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
index 2542e69cc..96bcea4ac 100644
--- a/src/index.js
+++ b/src/index.js
@@ -19,6 +19,7 @@ let willQuitApp = false;
19 19
20// Ensure that the recipe directory exists 20// Ensure that the recipe directory exists
21fs.emptyDirSync(path.join(app.getPath('userData'), 'recipes', 'temp')); 21fs.emptyDirSync(path.join(app.getPath('userData'), 'recipes', 'temp'));
22fs.ensureFileSync(path.join(app.getPath('userData'), 'window-state.json'));
22 23
23// Set App ID for Windows 24// Set App ID for Windows
24if (isWindows) { 25if (isWindows) {