Installer hurrican-1004
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.
files: - installer: https://lutris.nyc3.digitaloceanspaces.com/games/hurrican/hurrican.zip game: arch: win32 exe: drive_c/Program Files/Hurrican/hurrican.exe prefix: $GAMEDIR installer: - task: name: create_prefix - extract: dst: $GAMEDIR/setup file: installer - extract: dst: $GAMEDIR/editor file: $GAMEDIR/setup/editor.zip - task: executable: $GAMEDIR/setup/hurrican-setup-1.0.0.4.exe name: wineexec prefix: $GAMEDIR
{ "files": [ { "installer": "https://lutris.nyc3.digitaloceanspaces.com/games/hurrican/hurrican.zip" } ], "game": { "arch": "win32", "exe": "drive_c/Program Files/Hurrican/hurrican.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "name": "create_prefix" } }, { "extract": { "dst": "$GAMEDIR/setup", "file": "installer" } }, { "extract": { "dst": "$GAMEDIR/editor", "file": "$GAMEDIR/setup/editor.zip" } }, { "task": { "executable": "$GAMEDIR/setup/hurrican-setup-1.0.0.4.exe", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }