Skip to content

Commit

Permalink
Added version to artifactName, dependency upgrade.
Browse files Browse the repository at this point in the history
Closes #63.
  • Loading branch information
dscalzi committed May 11, 2020
1 parent c151744 commit 64dfc54
Show file tree
Hide file tree
Showing 3 changed files with 708 additions and 451 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ builder.build({
config: {
appId: 'helioslauncher',
productName: 'Helios Launcher',
artifactName: '${productName}.${ext}',
artifactName: '${productName}-setup-${version}.${ext}',
copyright: 'Copyright © 2018-2020 Daniel Scalzi',
directories: {
buildResources: 'build',
Expand Down
Loading

0 comments on commit 64dfc54

Please sign in to comment.