5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 21:00:31 +08:00
wails/v3/examples/build
Travis McLane 7f1706fc74 [v3 examples/build] Taskfile update
- add Linux production build
- remove OS X env from basic build
2023-11-06 10:41:14 -06:00
..
build [v3] Improve examples 2023-06-06 20:41:28 +10:00
main.go Update build example 2023-10-09 17:37:40 +11:00
README.md Mac examples + readme updated 2023-10-17 20:25:36 +11:00
Taskfile.yml [v3 examples/build] Taskfile update 2023-11-06 10:41:14 -06:00

Build

Wails has adopted Taskfile as its build tool. This is optional and any build tool can be used. However, Taskfile is a great tool, and we recommend it.

The Wails CLI has built-in integration with Taskfile so the standalone version is not a requirement.

Building

To build the example, run:

wails3 task build

Status

Platform Status
Mac Working
Windows Working
Linux