Fixed incorrect OS detection
This commit is contained in:
@ -37,7 +37,7 @@ func (build *Build) Executable() string {
|
||||
path = fromDirectoryName(path)
|
||||
}
|
||||
|
||||
if config.TargetOS == "windows" {
|
||||
if config.TargetOS == config.Windows {
|
||||
path += ".exe"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user