mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 06:01:52 +08:00
Fix multiple nested build/bin
folders in dev
mode (#2103)
* stop circular assigning to OutputFilename * update changelog Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
parent
ec56f8807f
commit
b3d7682efc
@ -277,7 +277,6 @@ func (b *BaseBuilder) CompileProject(options *Options) error {
|
|||||||
commands.Add("-o")
|
commands.Add("-o")
|
||||||
commands.Add(compiledBinary)
|
commands.Add(compiledBinary)
|
||||||
|
|
||||||
b.projectData.OutputFilename = strings.TrimPrefix(compiledBinary, options.ProjectData.Path)
|
|
||||||
options.CompiledBinary = compiledBinary
|
options.CompiledBinary = compiledBinary
|
||||||
|
|
||||||
// Build the application
|
// Build the application
|
||||||
|
@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- The `noreload` flag in wails dev wasn't applied. Fixed by @stffabi in this [PR](https://github.com/wailsapp/wails/pull/2081)
|
- The `noreload` flag in wails dev wasn't applied. Fixed by @stffabi in this [PR](https://github.com/wailsapp/wails/pull/2081)
|
||||||
|
- `build/bin` folder was duplicating itself on each reload in `wails dev`
|
||||||
|
mode. Fixed by @OlegGulevskyy in this [PR](https://github.com/wailsapp/wails/pull/2103)
|
||||||
|
|
||||||
## v2.2.0 - 2022-11-09
|
## v2.2.0 - 2022-11-09
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user