initial commit
This commit is contained in:
commit
bf3581bd74
4 changed files with 88 additions and 0 deletions
9
lcn-pro.sh
Normal file
9
lcn-pro.sh
Normal 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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue