Updated dev certificate
This commit is contained in:
parent
95c6cf0750
commit
119a8b3309
2 changed files with 2 additions and 2 deletions
|
|
@ -17,6 +17,6 @@ convertToWindowsStore({
|
|||
publisherDisplayName: 'J. T. Collins',
|
||||
deploy: false,
|
||||
publisher: 'CN=CC867BEF-0715-4D48-8035-8881993DBB68',
|
||||
devCert: "C:\\Certs\\openflexure-ev-appx\\openflexure-ev-appx.pfx",
|
||||
devCert: "C:\\Certs\\CC867BEF-0715-4D48-8035-8881993DBB68.pfx",
|
||||
windowsKit: 'C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.17763.0\\x64'
|
||||
})
|
||||
|
|
@ -19,6 +19,6 @@ function getInstallerConfig () {
|
|||
exe: 'openflexure-ev.exe',
|
||||
setupExe: 'OpenFlexureEvInstaller.exe',
|
||||
setupIcon: path.join(__dirname, '../icons/win/icon.ico'),
|
||||
certificateFile: "C:\\Certs\\openflexure-ev-exe\\openflexure-ev-exe.pfx"
|
||||
certificateFile: "C:\\Certs\\BATH-OPEN-INSTRUMENTATION-GROUP.pfx"
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue