mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 13:19:00 -07:00
[windows] Fix compiled binary path
This commit is contained in:
@@ -214,6 +214,6 @@ func Build(options *Options) (string, error) {
|
||||
return "", err
|
||||
}
|
||||
|
||||
return projectData.OutputFilename, nil
|
||||
return options.CompiledBinary, nil
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user