Skip to content

Instantly share code, notes, and snippets.

@tavin
Created April 21, 2019 21:10
Show Gist options
  • Select an option

  • Save tavin/a2c4a4507fda06e9e5f946c2332760c4 to your computer and use it in GitHub Desktop.

Select an option

Save tavin/a2c4a4507fda06e9e5f946c2332760c4 to your computer and use it in GitHub Desktop.

Revisions

  1. tavin created this gist Apr 21, 2019.
    9 changes: 9 additions & 0 deletions wine-ade.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    #!/bin/sh -ex
    export WINEPREFIX=$PWD
    export WINEARCH=win32
    wineboot
    winetricks -q dotnet35sp1
    winetricks -q corefonts
    winetricks -q windowscodecs || cabextract \
    ~/.cache/winetricks/windowscodecs/wic_x86_enu.exe -F 'windowscodecs*.dll' -d drive_c/windows/system32
    wine ADE_2.0_Installer.exe