From a2e36a08df3a4510540de2c4e0923eea5fe08e72 Mon Sep 17 00:00:00 2001 From: hschneider Date: Tue, 13 Feb 2024 22:05:03 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bce322..d1aded7 100644 --- a/README.md +++ b/README.md @@ -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.