Skip to content

Commit ef4b81f

Browse files
committed
comment
1 parent 77f065c commit ef4b81f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/hadron-build/lib/target.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,10 @@ class Target {
394394
iconUrl: platformSettings.favicon_url,
395395
appDirectory: this.appPath,
396396
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.
397401
authors: this.author,
398402
version: this.version,
399403
exe: `${this.packagerOptions.name}.exe`,

0 commit comments

Comments
 (0)