lcn-pro-patched/lcn-pro.sh
2025-02-22 20:49:48 +01:00

9 lines
194 B
Bash

#!/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 "$@"