forked from Silverfish/proton-bridge
GODT-2078: Launcher inception.
This commit is contained in:
@ -17,6 +17,12 @@
|
||||
|
||||
package versioner
|
||||
|
||||
import "strings"
|
||||
|
||||
func getExeName(name string) string {
|
||||
if strings.HasSuffix(name, ".exe") {
|
||||
return name
|
||||
}
|
||||
|
||||
return name + ".exe"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user