bozon icon indicating copy to clipboard operation
bozon copied to clipboard

🛠 Command line tool for building, testing and publishing modern Electron applications

Results 13 bozon issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Hello, I was wondering how do you deal with native modules. When doing webpack I see bozon create a package.json in the build folder from its manifest function: this package.json...

I need to run a special script file, but I do not know where to put it to be usable. ``` const child = execFile(`"${app.getAppPath()}\\main\\libs\\Scripts\\file.exe"`); ``` In this case, the...

Trying to load abc.html from renderers folder and included abc.js from javascripts folder in abc.html. But, abc.js is not found. `builds/development/renderer/abc.js not found` In the new bozon app, index.js is...

Hello, this issue would be probably considered as a newbie bozon user question. I'm having problems using dependencies declared in package.json in the main process js file: ```json "dependencies": {...

Hi Alex Chaplinsky, Kindly suggest, how to create packages specific to "Development, Staging and Production" environment. I didn't any reference except below lines. `bozon package [mac|windows|linux]` How to specify any...

How to build my Electron app using this script in package.json. I use this to run the same to run apps for my raspberry pi. "build --armv7l --linux" Adding the...

First, a wonderful tool to wrap electron packaging! Really great for bootstrap an electron app for the first time. Here is my environment: Environment | Version -------------|--------- OS | MacOS...

enhancement

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Bumps [electron](https://github.com/electron/electron) from 21.2.0 to 22.3.25. Release notes Sourced from electron's releases. electron v22.3.25 Release Notes for v22.3.25 Other Changes Security: backported fix for CVE-2023-5217. #40026 electron v22.3.24 Release Notes...

dependencies