Skip to content

Commit ff83011

Browse files
nf-11Xzandro
andauthored
Update app/main.js
Co-authored-by: Sandro <xzandrolp@gmail.com>
1 parent 98f1d4f commit ff83011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ ipcMain.on('getCert', async () => {
180180

181181
ipcMain.on('getAndInstallCertSteam', async () => {
182182
const certPath = await proxy.copyPkcs12CertToPublic();
183-
await electron.shell.openPath(certPath);
183+
await shell.openPath(certPath);
184184
});
185185

186186
ipcMain.on('reGenCert', async () => {

0 commit comments

Comments
 (0)