mirror of
https://github.com/danbulant/arcade-machine
synced 2026-07-05 11:00:36 +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;
|
break;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
With execFile(your variable)
|
With ``execFile(your variable)``
|
||||||
and add ``ipc.Renderer.send("number", vers);``
|
and ``ipc.Renderer.send("number", vers);``
|
||||||
Like this:
|
Like this:
|
||||||
```javascript
|
```javascript
|
||||||
case 7:
|
case 7:
|
||||||
execFile(NewVar)
|
execFile(your variable)
|
||||||
ipc.Renderer.send("number", vers);
|
ipc.Renderer.send("number", vers);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue