chore(developer): fixup .kpj reference

This commit is contained in:
Marc Durdin 2023-06-12 09:36:36 +07:00
parent 8a4c005d40
commit f04900a9e9

View file

@ -67,7 +67,7 @@ class ProjectBuilder {
if(fs.statSync(this.infile).isDirectory()) {
// This is a project folder, look for folder-name.kpj
this.infile = path.join(this.infile, path.basename(this.infile) + '.kpj');
this.infile = path.join(this.infile, path.basename(this.infile) + KeymanFileTypes.Source.Project);
}
const project = fs.existsSync(this.infile) ?