diff --git a/desktop/build.gradle b/desktop/build.gradle index 4678804..5421db5 100644 --- a/desktop/build.gradle +++ b/desktop/build.gradle @@ -162,9 +162,10 @@ zipRelease.dependsOn distRelease * 1. Windows OS only. * 2. NSIS 3 installed on your system and added to PATH (makensis.exe). * https://sourceforge.net/projects/nsis/files/ + or use CMD: "choco install nsis" * 3. FileAssoc macros should be installed. * Copy code from http://nsis.sourceforge.net/FileAssoc - * into file "FileAssoc.nsh" and put it under "/Include/" + * into file "/Include/FileAssoc.nsh" * * After task execution, the output files can be found under "./distribution/output/". */