[windows] Fix compiled binary path

This commit is contained in:
Lea Anthony 2021-09-01 06:42:30 +10:00
commit 8db91df185

View file

@ -214,6 +214,6 @@ func Build(options *Options) (string, error) {
return "", err
}
return projectData.OutputFilename, nil
return options.CompiledBinary, nil
}