Skip to content

Commit 2e487e8

Browse files
committed
check bugfix
1 parent 414fbeb commit 2e487e8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

executor/shellCommands.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ func executeApp(app App) error {
5353
seperator = "\\"
5454
} else {
5555
seperator = "/"
56-
if strings.Contains(executable, ".exe") {
56+
57+
/* if strings.Contains(executable, ".exe") {
5758
isProtonExecution = true
58-
}
59+
} */
5960
}
6061

6162
executable, gameDirectory, sepError = separatePathFromExec(app.GamePath, seperator)

0 commit comments

Comments
 (0)