initial commit

This commit is contained in:
nezu 2025-02-22 20:49:48 +01:00
commit bf3581bd74
4 changed files with 88 additions and 0 deletions

9
lcn-pro.sh Normal file
View file

@ -0,0 +1,9 @@
#!/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 "$@"