mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
parent
021efab84d
commit
b050a07362
2 changed files with 2 additions and 1 deletions
|
|
@ -31,5 +31,5 @@ blocking = true
|
|||
cmd = "KILL_STALE"
|
||||
|
||||
[[config.executes]]
|
||||
cmd = "./bin/{{.Binary}}"
|
||||
cmd = "wails3 task run"
|
||||
primary = true
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Added documentation for a common GStreamer error on Linux systems. Changed by [@mkwsnyder](https://github.com/mkwsnyder) in [PR](https://github.com/wailsapp/wails/pull/3134)
|
||||
|
||||
### Fixed
|
||||
- Dev mode now adapts to what OS it is ran on to source the correct executable. Fixed by [@atterpac](https://github.com/atterpac) in [PR](https://github.com/wailsapp/wails/pull/3412)
|
||||
- Docs for IsZoomControlEnabled and ZoomFactor. Fixed by @leaanthony in [PR](https://github.com/wailsapp/wails/pull/3137)
|
||||
- Fixed `-compiler` flag for `wails build`, `wails dev` and `wails generate module`. Fixed in [PR](https://github.com/wailsapp/wails/pull/3121) by [@xtrafrancyz](https://github.com/xtrafrancyz)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue