mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 17:52:29 +08:00
Merge pull request #4141 from josStorer/fix-dev-skipmodtidy
fix -m build flag for dev command when recompiling
This commit is contained in:
commit
194b0586ba
@ -128,6 +128,7 @@ func (d *Dev) GenerateBuildOptions() *build.Options {
|
|||||||
ForceBuild: d.ForceBuild,
|
ForceBuild: d.ForceBuild,
|
||||||
IgnoreFrontend: d.SkipFrontend,
|
IgnoreFrontend: d.SkipFrontend,
|
||||||
SkipBindings: d.SkipBindings,
|
SkipBindings: d.SkipBindings,
|
||||||
|
SkipModTidy: d.SkipModTidy,
|
||||||
Verbosity: d.Verbosity,
|
Verbosity: d.Verbosity,
|
||||||
WailsJSDir: d.WailsJSDir,
|
WailsJSDir: d.WailsJSDir,
|
||||||
RaceDetector: d.RaceDetector,
|
RaceDetector: d.RaceDetector,
|
||||||
|
@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Added `-skipembedcreate` flag to build and dev command to improve compile and recompile speed [#4143](https://github.com/wailsapp/wails/pull/4143) by @josStorer
|
- Added `-skipembedcreate` flag to build and dev command to improve compile and recompile speed [#4143](https://github.com/wailsapp/wails/pull/4143) by @josStorer
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Fixed -m build flag for dev command not working when recompiling in [#4141](https://github.com/wailsapp/wails/pull/4141) by @josStorer
|
||||||
- Fixed window restoration behavior after minimization by @superDingda in [#4109](https://github.com/wailsapp/wails/issues/4109)
|
- Fixed window restoration behavior after minimization by @superDingda in [#4109](https://github.com/wailsapp/wails/issues/4109)
|
||||||
- Fixed excessive console logging after updating to v2.10.1 by @superDingda in [#4111](https://github.com/wailsapp/wails/issues/4111)
|
- Fixed excessive console logging after updating to v2.10.1 by @superDingda in [#4111](https://github.com/wailsapp/wails/issues/4111)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user