[FirstRun > Win] Fix bad var name

This commit is contained in:
Ducko 2022-02-16 09:10:18 +00:00
parent d5065d4d55
commit 8d673370e0
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ exports.performFirstRunTasks = (updater) => {
if (!shortcutSuccess) return;
try {
fs.writeFileSync(firstRunCompletePath, 'true');
fs.writeFileSync(flagPath, 'true');
} catch (e) {
log('FirstRun', 'Error writing .first-run', e);
}