Skip to content

Instantly share code, notes, and snippets.

@cor3ntin
Last active January 19, 2018 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cor3ntin/ecd136ad792f54dd7feb89cb094dcf75 to your computer and use it in GitHub Desktop.
Save cor3ntin/ecd136ad792f54dd7feb89cb094dcf75 to your computer and use it in GitHub Desktop.
#:/bin/bash
set -e
DIR="$( cd "$( dirname "$0" )" && pwd )"
export WINEPREFIX="$DIR"/../windows/vs-buildtools2017-wine64
export WINEARCH=win64
export WINEDEBUG=-all
PROGRAM=$(basename "$0")
wine "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment