Commit 9656461d authored by Joel Collins's avatar Joel Collins
Browse files

Added certificate path

parent d23d18bd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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