mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
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