mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-22 07:37:40 +00:00
chore(developer): fixup .kpj reference
This commit is contained in:
parent
8a4c005d40
commit
f04900a9e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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) ?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue