Skip to content

Commit

Permalink
Dolphin.exe => Slippi Dolphin.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana authored Feb 5, 2021
1 parent 5574799 commit 4d7adcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internals/scripts/CopyDolphin.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ function copyForMac(targetFolder) {

function copyForWindows(targetFolder) {
const sourceFolder = './app/dolphin-dev/windows';
const dolphinSource = './app/dolphin-dev/windows/Dolphin.exe';
const dolphinSource = './app/dolphin-dev/windows/Slippi Dolphin.exe';
if (!fs.existsSync(dolphinSource)) {
throw new Error(
'Must have a Dolphin.exe file in dolphin-dev/windows folder.'
'Must have a Slippi Dolphin.exe file in dolphin-dev/windows folder.'
);
}

Expand Down

0 comments on commit 4d7adcb

Please sign in to comment.