Skip to content

Commit

Permalink
feat(docs): adding clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
razshare committed Mar 8, 2024
1 parent 54c1c06 commit f62d014
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/29.native-gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,13 @@ function main() {
```sh
composer prod:start
```
- Building to phar is also supported
```sh
com prod:build &&\
php app.phar
```
> [!NOTE]
> This will dump the shared object and the header file to the current directory ans use them.\
> Technically you could replace the 2 files an inject different code to execute.

0 comments on commit f62d014

Please sign in to comment.