mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 16:03:39 +01:00
10 lines
177 B
Markdown
10 lines
177 B
Markdown
# bruno-electron
|
|
|
|
```bash
|
|
# electron dev
|
|
npm start
|
|
|
|
# generate pfx file for signing windows build
|
|
openssl pkcs12 -export -inkey sectigo.key -in sectigo.pem -out sectigo.pfx
|
|
```
|