update Taskfile.tmpl.yml to include darwin run task (#3417)

* update Taskfile.tmpl.yml to include darwin run task

* add changelog line for #3417
This commit is contained in:
Harry Fox
2024-04-23 09:19:25 +01:00
committed by GitHub
parent b050a07362
commit 81aba310d0
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix the output path and extension of model files produced by the binding generator by [@fbbdev](https://github.com/fbbdev) in [#3334](https://github.com/wailsapp/wails/pull/3334)
- Fix the import paths of model files in JS code produced by the binding generator by [@fbbdev](https://github.com/fbbdev) in [#3334](https://github.com/wailsapp/wails/pull/3334)
- Fix drag-n-drop on some linux distros by [@abichinger](https://github.com/abichinger) in [#3346](https://github.com/wailsapp/wails/pull/3346)
- Fix missing task for macOS when using `wails3 task dev` by [@hfoxy](https://github.com/hfoxy) in [#3417](https://github.com/wailsapp/wails/pull/3417)
### Changed
@@ -421,6 +421,10 @@ tasks:
cmds:
- {{ "'{{.BIN_DIR}}/{{.APP_NAME}}'" }}
run:darwin:
cmds:
- {{ "'{{.BIN_DIR}}/{{.APP_NAME}}'" }}
dev:frontend:
summary: Runs the frontend in development mode
dir: frontend