Skip to content

Commit

Permalink
fix(squirrel.windows): Crash after autoupdate downloads nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jan 14, 2017
1 parent 067d5c7 commit d10ba78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/electron-builder/src/winPackager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class WinPackager extends PlatformPackager<WinBuildOptions> {
"--set-version-string", "LegalCopyright", appInfo.copyright,
"--set-version-string", "OriginalFilename", "",
"--set-file-version", appInfo.buildVersion,
"--set-product-version", appInfo.version,
"--set-product-version", appInfo.versionInWeirdWindowsForm,
]

use(this.platformSpecificBuildOptions.legalTrademarks, it => args.push("--set-version-string", "LegalTrademarks", it!))
Expand Down

0 comments on commit d10ba78

Please sign in to comment.