Skip to content

Commit

Permalink
Merge pull request #694 from SendellX/master
Browse files Browse the repository at this point in the history
  • Loading branch information
agrande authored Jan 29, 2024
2 parents e4efc46 + b7f6f5d commit e142948
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions utils/convert/unpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,11 @@ export const detectVersion = (gameFolder: string, dosboxFolder: string) => {
return version;
}
}
console.error('Unsupported game installation. Currently supported GoG versions for windows and mac. ' +
'Make sure you specified the correct folder path with installed LBA 2 game. If you verified it is correct, then ' +
'most probably you can still run the remake, but you will have to copy the game files manually. Refer to the README.md');
console.error('Unsupported game installation. Currently supported GoG versions for Windows and Mac. ' +
'Make sure you specified the correct folder path with installed LBA 2 game. ' +
'For newer GoG versions, refer to the Speedrun>Windows folder. ' +
'If you verified it is correct, then most probably you can still run the remake, ' +
'but you will have to copy the game files manually. Refer to the README.md ');
process.exit(1);
};

Expand Down

0 comments on commit e142948

Please sign in to comment.