summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@tutanota.com>2024-07-25 16:06:34 -0400
committerLouie S <louie@example.com>2024-07-25 16:59:51 -0400
commit02add8bb097104dc02066fe390ec01465910fc76 (patch)
tree8b71cb1ea4f1fd7a5a7ff8f3e89f97b8b4d78900 /README.md
parentc34930425fadfc4083067b9306159cd8e8ecf6c6 (diff)
Use installer.nsi instead of cpack -G NSISHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1c9df51..5303dc3 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Building installer packages using CPack is also supported for the following pack
- DEB (`cpack -G DEB`)
- RPM (`cpack -G RPM`)
-- Windows Installer (`cpack -G NSIS`)
+- Windows Installer (`makensis installer.nsi`)
### Caveats