Skip to content

Commit

Permalink
Appended the platform classifier to msi package's name.
Browse files Browse the repository at this point in the history
  • Loading branch information
fthevenet committed Apr 16, 2019
1 parent f9365a0 commit b76dca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -384,7 +384,7 @@ task wixRunLight(type: Exec, dependsOn: [wixRunCandle]) {
commandLine = [
"${WIX_HOME}/bin/light.exe",
"-sw","-sice:ICE38","-sice:ICE64",
"-out","${buildDir}/binjr-${BINJR_VERSION}.msi",
"-out","${buildDir}/${DISTRIBUTION_NAME}.msi",
"${buildDir}/wix/obj/*.wixobj",
"-ext","WixUtilExtension","-ext","WixUIExtension.dll"
]
Expand Down

0 comments on commit b76dca3

Please sign in to comment.