mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
(v3/linux): Add Taskfile template entry for run:linux (#3146)
* Add Taskfile entry for run:linux, used by task dev Signed-off-by: Marcus Crane <marcus@utf9k.net> * Add updated CHANGELOG entry Signed-off-by: Marcus Crane <marcus@utf9k.net> * Correct CHANGELOG entry --------- Signed-off-by: Marcus Crane <marcus@utf9k.net>
This commit is contained in:
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- [darwin] add Event ApplicationShouldHandleReopen to be able to handle dock icon click by @5aaee9 in [#2991](https://github.com/wailsapp/wails/pull/2991)
|
||||
- [darwin] add getPrimaryScreen/getScreens to impl by @tmclane in [#2618](https://github.com/wailsapp/wails/pull/2618)
|
||||
- [linux] add onKeyPress logic to convert linux keypress into an accelerator @[Atterpac](https://github.com/Atterpac) in[#3022](https://github.com/wailsapp/wails/pull/3022])
|
||||
- [linux] add task `run:linux` by [@marcus-crane](https://github.com/marcus-crane) in [#3146](https://github.com/wailsapp/wails/pull/3146)
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@@ -401,6 +401,10 @@ tasks:
|
||||
cmds:
|
||||
- {{ "'{{.BIN_DIR}}\\\\{{.APP_NAME}}.exe'" }}
|
||||
|
||||
run:linux:
|
||||
cmds:
|
||||
- {{ "'{{.BIN_DIR}}/{{.APP_NAME}}'" }}
|
||||
|
||||
dev:frontend:
|
||||
summary: Runs the frontend in development mode
|
||||
dir: frontend
|
||||
|
||||
Reference in New Issue
Block a user