From f698e98aae2e256a1779a99e920a9eb38c0ca6bc Mon Sep 17 00:00:00 2001 From: Amine Mouafik Date: Sun, 20 Oct 2019 18:14:58 +0700 Subject: Fix linter (=== instead of ==) --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index d13ab35a0..6b7790e2f 100644 --- a/src/index.js +++ b/src/index.js @@ -9,7 +9,7 @@ import fs from 'fs-extra'; import path from 'path'; import windowStateKeeper from 'electron-window-state'; -if (process.platform == "win32") { +if (process.platform === "win32") { app.setPath("appData", process.env.LOCALAPPDATA); app.setPath("userData", path.join(process.env.LOCALAPPDATA, app.getName())); } -- cgit v1.2.3-70-g09d2