Skip to content

Commit

Permalink
Merge pull request #1 from fprijate/master
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
hschneider authored Apr 13, 2024
2 parents 6a0b8f0 + 5c20235 commit a3fd005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions neutralino.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"cli": {
"binaryName": "ext-rust",
"binaryName": "ext-go",
"resourcesPath": "/resources/",
"extensionsPath": "/extensions/",
"clientLibrary": "/resources/js/neutralino.js",
Expand All @@ -59,7 +59,7 @@
"arm64"
],
"minimumOS": "10.13.0",
"appName": "ExtRust",
"appName": "ExtGo",
"appBundleName": "ExtGo",
"appIdentifier": "com.marketmix.ext-go",
"appIcon": "icon.icns"
Expand Down

0 comments on commit a3fd005

Please sign in to comment.