mirror of
https://github.com/danbulant/arcade-machine
synced 2026-06-17 13:31:19 +00:00
Update README.md
This commit is contained in:
parent
7241731a94
commit
9572d21199
1 changed files with 3 additions and 3 deletions
|
|
@ -63,12 +63,12 @@ witch (vers) {
|
|||
break;
|
||||
}
|
||||
```
|
||||
With execFile(your variable)
|
||||
and add ``ipc.Renderer.send("number", vers);``
|
||||
With ``execFile(your variable)``
|
||||
and ``ipc.Renderer.send("number", vers);``
|
||||
Like this:
|
||||
```javascript
|
||||
case 7:
|
||||
execFile(NewVar)
|
||||
execFile(your variable)
|
||||
ipc.Renderer.send("number", vers);
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue