Skip to content

Commit

Permalink
NSIS installer task description.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphore committed Jan 30, 2021
1 parent a7fbd0e commit 60307d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ zipRelease.dependsOn distRelease
* After task execution, the output files can be found under "./distribution/output/".
*/
task nsisInstaller(type: Exec) {
group 'NSIS Installer'
description 'Assembles a Windows NSIS installer distribution.'

// NSIS installer can be created only on Windows.
if (!org.gradle.internal.os.OperatingSystem.current().isWindows()) {
return
Expand Down

0 comments on commit 60307d2

Please sign in to comment.