Skip to content

Commit

Permalink
(v3/linux): Add Taskfile template entry for run:linux (#3146)
Browse files Browse the repository at this point in the history
* Add Taskfile entry for run:linux, used by task dev

Signed-off-by: Marcus Crane <[email protected]>

* Add updated CHANGELOG entry

Signed-off-by: Marcus Crane <[email protected]>

* Correct CHANGELOG entry

---------

Signed-off-by: Marcus Crane <[email protected]>
  • Loading branch information
marcus-crane authored Dec 19, 2023
1 parent 157c5e9 commit daed414
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions mkdocs-website/docs/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions v3/internal/templates/_common/Taskfile.tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit daed414

Please sign in to comment.