Splinter Cell HD resolution script (solved)

Hello,
I began to write a new script to install Gog Splinter Cell 1 with widescreen and modern resolution support.
But I need help to extract widescreen patch and dgvoodoo2 in the system folder of the game folder.
This is my script:

files:
- scws: https://github.com/ThirteenAG/WidescreenFixesPack/releases/download/sc/SplinterCell.WidescreenFix.zip
- dgv: http://dege.freeweb.hu/dgVoodoo2/dgVoodoo2_55_4_1.zip
- scg: N/A:Please select the GOG installer
game:
  exe: drive_c/GOG Games/Splinter Cell/system/SplinterCell.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: d3dcompiler_47
    name: winetricks
    prefix: $GAMEDIR
- task:
    args: /SP- /SUPPRESSMSGBOXES
    description: Installing...
    executable: scg
    name: wineexec
    prefix: $GAMEDIR
- extract:
    file: scws
    dst: $GAMEDIR/drive_c/GOG Games/Splinter Cell/
- extract:
    file: dgv
    dst: $GAMEDIR/drive_c/GOG Games/Splinter Cell/
wine:
  dxvk: true
  overrides:
    d3d8: n,b
    msacm32: n,b
    msvfw32: n,b

At the end, the two archives are not extracted and I can not see the reason, please help!

Solved!