diff --git a/src/riotTags/project-selector.tag b/src/riotTags/project-selector.tag index d520b346..b49af51c 100644 --- a/src/riotTags/project-selector.tag +++ b/src/riotTags/project-selector.tag @@ -558,7 +558,7 @@ project-selector const packaged = path.basename(process.execPath, path.extname(process.execPath)) !== 'nw'; if (packaged) { this.packageType = 'released'; - fs.pathExists('./data/nigthly') + fs.pathExists('./package.nw/data/nigthly') .then(exists => { if (exists) { this.packageType = 'nightly';