Skip to content

Commit

Permalink
fix: add version to nsis-web artifactName
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanamr committed May 7, 2023
1 parent ac587a7 commit cba0fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = async function () {
menuCategory: true,
createDesktopShortcut: "always",
createStartMenuShortcut: true,
artifactName: "ArenaReturnsLauncher-Setup.${ext}",
artifactName: "ArenaReturnsLauncher-${version}-Setup.${ext}",
},

// Linux build
Expand Down

0 comments on commit cba0fdd

Please sign in to comment.