Hi Im trying to write a lutris installer script to create a blank prefix with dotnet4.8 and vcrun2022 installed so it can be included in my gtav symlink script
the prefix gets created but the winetricks section does not run
video example of what im trying to do
this is what i have so far
name: DrazyV
game_slug: drazy-v
version: 1.0
slug: drazy-v
runner: wine
script:
game:
prefix: ~/pfx
working_dir: ~/pfx
wine:
version: default
arch: win64
env:
WINEDLLOVERRIDES: “dxcore=n,b”
dlls:
task:
name: create_prefix
arch: win64
prefix: ~/pfx
task:
name: winetricks
description: Installing dotnet48 and vcrun2022
app: dotnet48 vcrun2022