Added certificate path

This commit is contained in:
Joel Collins 2019-02-28 18:33:44 +00:00
parent d23d18bd1b
commit 9656461d27

View file

@ -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"
})
}