Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hschneider committed Feb 13, 2024
1 parent 86551cd commit a2e36a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Just follow these steps:
- Add **BUN.run(function_name, data) to main.js** to run Bun functions from Neutralino.
- Add **event listeners to main.js**, to fetch result data from Bun.

### All platforms: Create a Bun binary bundle
### All platforms: Create a Bun binary-bundle

Bun allows to **[build single-file executables](https://bun.sh/docs/bundler/executables)**, containing all dependencies. The run-scripts in **extensions/bun** will automatically start binaries called **main-app** (macOS, Linux) or **main.exe** (Windows), when main.js is missing.

Expand Down

0 comments on commit a2e36a0

Please sign in to comment.