You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
572 B
25 lines
572 B
name: Playnite
|
|
game_slug: playnite
|
|
version: Installer
|
|
slug: playnite-installer
|
|
runner: wine
|
|
|
|
script:
|
|
game:
|
|
exe: drive_c/users/$USER/Local Settings/Application Data/Playnite/PlayniteUI.exe
|
|
prefix: $GAMEDIR
|
|
files:
|
|
- installer: https://github.com/JosefNemec/Playnite/releases/download/8.11/Playnite811.exe
|
|
installer:
|
|
- task:
|
|
name: create_prefix
|
|
prefix: $GAMEDIR
|
|
- task:
|
|
app: corefonts dotnet48
|
|
name: winetricks
|
|
prefix: $GAMEDIR
|
|
- task:
|
|
args: /S
|
|
executable: installer
|
|
name: wineexec
|
|
prefix: $GAMEDIR
|
|
|