Installer jewels-of-the-oracle-windows-31x
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
installer: - insert-disc: description: Please insert Jewels of the Oracle CD requires: jewels.exe - merge: dst: $GAMEDIR/C/jotocd src: $DISC requires: windows-31x-cd
{ "installer": [ { "insert-disc": { "description": "Please insert Jewels of the Oracle CD", "requires": "jewels.exe" } }, { "merge": { "dst": "$GAMEDIR/C/jotocd", "src": "$DISC" } } ], "requires": "windows-31x-cd" }