How do you create a Windows package from Bruno? #2419
Replies: 5 comments 1 reply
-
To build .exe package on Windows 11 I did:
In the end, the installer appeared in I would appreciate if someone could shed a light on how to skip signing, because untrusted signature may be worse than no signature at all, depending on how strict your environment is. |
Beta Was this translation helpful? Give feedback.
-
From discord:
|
Beta Was this translation helpful? Give feedback.
-
again echoing our discord conversation: Looks like the default build script does work on windows. I made a build script for another PR:
You can just put it in the root dir and excute it with node. This replaces the npm run build:electron:win You also need to comment out certificateFile & certificatePassword in the electron-builder-config.js |
Beta Was this translation helpful? Give feedback.
-
This worked. @pietrygamat - fyi no need for signing was here by commenting out those 2 lines as suggested |
Beta Was this translation helpful? Give feedback.
-
re-opening the discussion. steps to reproduce issue:
notice how the bruno app appears to be busted. close bruno then run the exe again. this time it works. |
Beta Was this translation helpful? Give feedback.
-
is there a nightly release area somewhere?
I want a recent PR merged so i built my own
but now i want to create a windows package so i can share it with another team member.
how do i create the windows packages ?
Beta Was this translation helpful? Give feedback.
All reactions