From 208a46cc2b76d65dc4f63d60e7e823c40d282f89 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Tue, 12 Oct 2021 18:04:18 -0700 Subject: [PATCH] docs: informational comment for nsh changes --- build/installer.nsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/installer.nsh b/build/installer.nsh index dcbf5d3f7..be309c90c 100644 --- a/build/installer.nsh +++ b/build/installer.nsh @@ -2,6 +2,10 @@ !include nsDialogs.nsh !include StdUtils.nsh +; https://github.com/electron-userland/electron-builder/tree/master/packages/app-builder-lib/templates/nsis +; if future changes need to be made, this is an important reference for what options electron-builder provides +; because their docs aren't all encompassing. + !define GC_INSTALLER "gc-driver-install.exe" ; The result of whether we should install drivers or not