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:
Oleg Gulevskyy
2022-11-19 10:04:46 +11:00
committed by GitHub
co-authored by Lea Anthony
parent ec56f8807f
commit b3d7682efc
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -277,7 +277,6 @@ func (b *BaseBuilder) CompileProject(options *Options) error {
commands.Add("-o")
commands.Add(compiledBinary)
b.projectData.OutputFilename = strings.TrimPrefix(compiledBinary, options.ProjectData.Path)
options.CompiledBinary = compiledBinary
// Build the application