Skip to content

Commit

Permalink
chore: Update developer/src/kmc-package/src/compiler/kmp-compiler.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdurdin authored Oct 11, 2023
1 parent f76efc3 commit efe08dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/src/kmc-package/src/compiler/kmp-compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class KmpCompiler {
//

if(kps.Options) {
kmp.options.executeProgram = kps.Options?.ExecuteProgram || undefined;
kmp.options.executeProgram = kps.Options.ExecuteProgram || undefined;
kmp.options.graphicFile = kps.Options.GraphicFile || undefined;
kmp.options.msiFilename = kps.Options.MsiFileName || undefined;
kmp.options.msiOptions = kps.Options.MsiOptions || undefined;
Expand Down

0 comments on commit efe08dc

Please sign in to comment.