2023-01-18 21:42:49 +11:00
|
|
|
# Build
|
|
|
|
|
|
|
|
|
|
Wails has adopted [Taskfile](https://taskfile.dev) as its build tool. This is optional
|
|
|
|
|
and any build tool can be used. However, Taskfile is a great tool, and we recommend it.
|
|
|
|
|
|
2023-10-09 17:37:40 +11:00
|
|
|
The Wails CLI has built-in integration with Taskfile so the standalone version is not a
|
2023-01-18 21:42:49 +11:00
|
|
|
requirement.
|
|
|
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
|
|
To build the example, run:
|
|
|
|
|
|
|
|
|
|
```bash
|
2023-10-17 20:25:36 +11:00
|
|
|
wails3 task build
|
2023-01-18 21:42:49 +11:00
|
|
|
```
|
2023-10-09 17:37:40 +11:00
|
|
|
|
|
|
|
|
# Status
|
|
|
|
|
|
|
|
|
|
| Platform | Status |
|
|
|
|
|
|----------|---------|
|
2023-10-17 20:25:36 +11:00
|
|
|
| Mac | Working |
|
2023-10-09 17:37:40 +11:00
|
|
|
| Windows | Working |
|
|
|
|
|
| Linux | |
|