mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
[windows] Fix compiled binary path
This commit is contained in:
parent
ac4c17ca09
commit
8db91df185
1 changed files with 1 additions and 1 deletions
|
|
@ -214,6 +214,6 @@ func Build(options *Options) (string, error) {
|
|||
return "", err
|
||||
}
|
||||
|
||||
return projectData.OutputFilename, nil
|
||||
return options.CompiledBinary, nil
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue