Update dialogs example

This commit is contained in:
Lea Anthony
2023-10-09 17:38:03 +11:00
parent 92843c8237
commit 8d5b86fff7
3 changed files with 84 additions and 47 deletions
+16 -3
View File
@@ -15,11 +15,24 @@ go run main.go
To build the example in debug mode, simply run the following command:
```bash
wails task build
wails3 task build
```
To build the example to use application icons, simply run the following command:
```bash
wails task build:production
```
wails3 task package
```
# Status
| Platform | Status |
|----------|-------------------|
| Mac | |
| Windows | Partially Working |
| Linux | |
## TODO
- [ ] Windows: Show application icon in about dialog