Skip to content

Instantly share code, notes, and snippets.

@cor3ntin
Last active January 19, 2018 21:15
Embed
What would you like to do?
#:/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