2022-10-08 16:23:30 +02:00
|
|
|
# bruno-electron
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# electron dev
|
|
|
|
npm start
|
2023-02-26 12:52:30 +01:00
|
|
|
|
|
|
|
# generate pfx file for signing windows build
|
|
|
|
openssl pkcs12 -export -inkey sectigo.key -in sectigo.pem -out sectigo.pfx
|
2022-10-08 16:23:30 +02:00
|
|
|
```
|