5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-20 19:09:29 +08:00

dev mode adapt to OS (#3412)

changelog
This commit is contained in:
Atterpac 2024-04-21 20:44:10 -06:00 committed by GitHub
parent 021efab84d
commit b050a07362
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -31,5 +31,5 @@ blocking = true
cmd = "KILL_STALE"
[[config.executes]]
cmd = "./bin/{{.Binary}}"
cmd = "wails3 task run"
primary = true

View File

@ -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)