Skip to content

Commit

Permalink
fix: ${os} pattern in artifactName does not follow wiki
Browse files Browse the repository at this point in the history
Close #1263
  • Loading branch information
develar committed Feb 15, 2017
1 parent 6224060 commit 38339b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/electron-builder/src/platformPackager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export abstract class PlatformPackager<DC extends PlatformSpecificBuildOptions>
return Arch[arch]

case "os":
return this.platform.name
return this.platform.buildConfigurationKey

case "ext":
return ext
Expand Down

0 comments on commit 38339b9

Please sign in to comment.