From 9656461d27dfe26cb812f6e6429b178830668830 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 28 Feb 2019 18:33:44 +0000 Subject: [PATCH] Added certificate path --- installers/create-exe.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installers/create-exe.js b/installers/create-exe.js index a1140e63..b409aeb5 100644 --- a/installers/create-exe.js +++ b/installers/create-exe.js @@ -18,6 +18,7 @@ function getInstallerConfig () { outputDirectory: path.join(__dirname, '../release-builds/installers'), exe: 'openflexure-microscope-js.exe', setupExe: 'OpenFlexureMicroscopeJsInstaller.exe', - setupIcon: path.join(__dirname, '../icons/win/icon.ico') + setupIcon: path.join(__dirname, '../icons/win/icon.ico'), + certificateFile: "C:\\Certs\\openflexure-microscope-js-exe\\openflexure-microscope-js-exe.pfx" }) } \ No newline at end of file