diff --git a/src/firstRun/win32.js b/src/firstRun/win32.js index 6af2975..d02999f 100644 --- a/src/firstRun/win32.js +++ b/src/firstRun/win32.js @@ -49,6 +49,8 @@ const updateShortcuts = (updater) => { }; exports.performFirstRunTasks = (updater) => { + log('FirstRun', 'Perform'); + const flagPath = path.join(paths.getUserDataVersioned(), '.first-run'); if (fs.existsSync(flagPath)) return; // Already ran first path, skip