From 8965f11ab432d7955b3309b3cc168d5a0e964792 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 30 Aug 2023 13:15:19 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb6408c8..1603be6d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,3 +47,5 @@ Build the Windows installer using Windows, and the Linux installer using Linux. 1. Run `build.bat` or `./build.sh` depending on whether you're in Windows or Linux. 2. Make a new GitHub release and upload the Windows and Linux installer builds created inside the `dist` folder. + +For NSIS (on Windows), you need to have these plugins in the `nsis/Plugins` folder: `amd64-unicode`, `x86-ansi`, `x86-unicode`