lcn-pro-patched/lcn-pro.sh

10 lines
194 B
Bash
Raw Permalink Normal View History

2025-02-22 19:49:48 +00:00
#!/bin/bash
export WINEPREFIX="$HOME"/.lcn-pro/wine
if [ ! -d "$HOME"/.lcn-pro ]; then
mkdir -p "$HOME"/.lcn-pro/wine
wineboot -u
fi
WINEDEBUG=-all wine /usr/share/lcn-pro/LCNPRO.exe "$@"