Skip to content

Commit

Permalink
[D] prep for pre-release (1.3.0-alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskowronek committed May 4, 2020
1 parent 7ded570 commit de8329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ launch4j {
copyConfigurable = project.tasks.shadowJar.outputs.files
mainClassName = local_mainClassName
icon = "${projectDir}/icons/app-icon.ico"
outfile = "${project.name}-${version}.exe"
outfile = "${project.name}-${project.version}.exe"
supportUrl = local_projectUrl
companyName = local_projectUrl
version = version
Expand Down

0 comments on commit de8329f

Please sign in to comment.