Created
April 21, 2019 21:10
-
-
Save tavin/a2c4a4507fda06e9e5f946c2332760c4 to your computer and use it in GitHub Desktop.
Revisions
-
tavin created this gist
Apr 21, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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