Loading installers/create-appx.js +1 −1 Original line number Diff line number Diff line Loading @@ -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' }) No newline at end of file installers/create-exe.js +1 −1 Original line number Diff line number Diff line Loading @@ -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" }) } No newline at end of file Loading
installers/create-appx.js +1 −1 Original line number Diff line number Diff line Loading @@ -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' }) No newline at end of file
installers/create-exe.js +1 −1 Original line number Diff line number Diff line Loading @@ -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" }) } No newline at end of file