diff --git a/v3/internal/commands/build_assets/devmode.config.tmpl.toml b/v3/internal/commands/build_assets/devmode.config.tmpl.toml index 06e52bc76..684a818a9 100644 --- a/v3/internal/commands/build_assets/devmode.config.tmpl.toml +++ b/v3/internal/commands/build_assets/devmode.config.tmpl.toml @@ -31,5 +31,5 @@ blocking = true cmd = "KILL_STALE" [[config.executes]] -cmd = "./bin/{{.Binary}}" +cmd = "wails3 task run" primary = true diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index f22628551..910b6d3af 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -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)