We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f065c commit ef4b81fCopy full SHA for ef4b81f
packages/hadron-build/lib/target.js
@@ -394,6 +394,10 @@ class Target {
394
iconUrl: platformSettings.favicon_url,
395
appDirectory: this.appPath,
396
outputDirectory: this.packagerOptions.out,
397
+ // NOTE: This also becomes the name of the shortcut folder. Will be
398
+ // "MongoDB Inc" if it uses this.author. Tempting to use
399
+ // this.shortcutFolderName so it becomes MongoDB like for the .msi, but
400
+ // who knows what else will be affected.
401
authors: this.author,
402
version: this.version,
403
exe: `${this.packagerOptions.name}.exe`,
0 commit comments