mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-07 05:11:36 +08:00
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:
parent
b050a07362
commit
81aba310d0
@ -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 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 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 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
|
### Changed
|
||||||
|
|
||||||
|
@ -421,6 +421,10 @@ tasks:
|
|||||||
cmds:
|
cmds:
|
||||||
- {{ "'{{.BIN_DIR}}/{{.APP_NAME}}'" }}
|
- {{ "'{{.BIN_DIR}}/{{.APP_NAME}}'" }}
|
||||||
|
|
||||||
|
run:darwin:
|
||||||
|
cmds:
|
||||||
|
- {{ "'{{.BIN_DIR}}/{{.APP_NAME}}'" }}
|
||||||
|
|
||||||
dev:frontend:
|
dev:frontend:
|
||||||
summary: Runs the frontend in development mode
|
summary: Runs the frontend in development mode
|
||||||
dir: frontend
|
dir: frontend
|
||||||
|
Loading…
Reference in New Issue
Block a user