diff --git a/README.md b/README.md index c50ad5e..30edd86 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ The extension is activated in main(). **processAppEvent** is a callback function, which is triggered with each event coming from the Neutralino app. In the callback function, you can process the incoming events by their name. In this case we react to the **"runGo"** event. -**d["function"]** holds the requested Rust-function and **d["parameter"]** its data payload as map derived from JSON. +**d["function"]** holds the requested Go-function and **d["parameter"]** its data payload as map derived from JSON. If the requested function is named **ping**, we send back a message to the Neutralino frontend. diff --git a/neutralino.config.json b/neutralino.config.json index 15c2cc0..25f308a 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -37,7 +37,7 @@ } }, "cli": { - "binaryName": "ext-rust", + "binaryName": "ext-go", "resourcesPath": "/resources/", "extensionsPath": "/extensions/", "clientLibrary": "/resources/js/neutralino.js", @@ -59,7 +59,7 @@ "arm64" ], "minimumOS": "10.13.0", - "appName": "ExtRust", + "appName": "ExtGo", "appBundleName": "ExtGo", "appIdentifier": "com.marketmix.ext-go", "appIcon": "icon.icns"