bruno/packages/bruno-electron
Sam Briggs 2dd5ae400c
Fix #2760: Path params trailing slash (#3065)
As reported in #2670, if a URL has a trailing slash and also contains
path parameters then the original logic had a bug that would drop the
trailing slash.
This implements the fix proposed by @ThenTech.
2024-09-26 11:18:18 +05:30
..
resources Update MacOS icon 2023-11-26 20:06:34 +00:00
src Fix #2760: Path params trailing slash (#3065) 2024-09-26 11:18:18 +05:30
tests bugfix(#1320):Now the form-url-encoded params in the body can contain multiple values with same name. (#2964) 2024-09-15 23:27:16 +05:30
.env.sample feat(#BRU-31): notifications feature draft (#1730) 2024-03-11 17:48:52 +05:30
.gitignore chore: add dist folder to .gitignore 2023-10-11 17:58:10 -03:00
electron-builder-config.js Feat/electron bump (#2668) 2024-07-19 16:29:10 +05:30
notarize.js chore: electron notarization for mac 2023-09-13 18:09:59 +05:30
package.json release: v1.30.1 2024-09-21 22:31:53 +05:30
readme.md feat: windows codesigning 2023-02-26 17:22:30 +05:30

bruno-electron

# electron dev
npm start

# generate pfx file for signing windows build
openssl pkcs12 -export -inkey sectigo.key -in sectigo.pem -out sectigo.pfx