[FirstRun > win32] Add logging on export call
This commit is contained in:
parent
5a40e4eee8
commit
6835b566a3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue