File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
resources/views/docs/1/getting-started Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ current OS+arch.
114
114
Checking this will also prove that the executable itself is stable:
115
115
116
116
#### For dev builds:
117
- M-series (ARM) Mac :
117
+ macOS & Linux :
118
118
``` shell
119
119
/path/to/your/app/vendor/nativephp/electron/resources/js/resources/php/php -v
120
120
```
@@ -124,9 +124,9 @@ C:\path\to\your\app\vendor\nativephp\electron\resources\js\resources\php\php.exe
124
124
```
125
125
126
126
#### For production builds:
127
- M-series (ARM) Mac :
127
+ macOS :
128
128
``` shell
129
- /path/to/your/app/dist/mac-arm /AppName/Contents/Resources/app.asar.unpacked/resources/php/php -v
129
+ /path/to/your/app/dist/{os+arch} /AppName/Contents/Resources/app.asar.unpacked/resources/php/php -v
130
130
```
131
131
132
132
Windows:
You can’t perform that action at this time.
0 commit comments