Merge pull request #15620 from keymanapp/fix/developer/15619-handle-missing-info-section-in-kmp-compiler

fix(developer): package compiler handle missing `info` section in .kps file
This commit is contained in:
Marc Durdin 2026-03-02 20:04:42 +07:00 • committed by GitHub
commit b09eb3d589
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -206,7 +206,8 @@ export class KmpCompiler implements KeymanCompiler {
fileVersion: null,
keymanDeveloperVersion: KEYMAN_VERSION.VERSION
},
options: {}
options: {},
info: {},
};
//