diff --git a/src/index.js b/src/index.js index 391a2e5..06d800f 100644 --- a/src/index.js +++ b/src/index.js @@ -105,7 +105,7 @@ export async function createWindowsInstaller(options) { if (typeof(metadata.author) === 'string') { metadata.authors = metadata.author; } else { - metadata.authors = (metadata.authors || {}).name || ''; + metadata.authors = (metadata.author || {}).name || ''; } }