Added certificate path
This commit is contained in:
parent
d23d18bd1b
commit
9656461d27
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue