Skip to content

Commit

Permalink
fix windows replay launching
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Mar 11, 2021
1 parent 82979d1 commit 86bf94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/domain/DolphinManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default class DolphinManager extends EventEmitter {
break;
case "win32": // windows
dolphinPath = isDev ? "./app/dolphin-dev/windows" : dolphinPath;
executablePath = path.join(dolphinPath, "Dolphin.exe");
executablePath = path.join(dolphinPath, "Slippi Dolphin.exe");
break;
case "linux": // linux
dolphinPath = isDev ? "./app/dolphin-dev/linux" : dolphinPath;
Expand Down

0 comments on commit 86bf94c

Please sign in to comment.