Fixed inability to save games in Clou2, added license file.
This commit is contained in:
parent
882f0f96f1
commit
9f88f93932
@ -4,6 +4,16 @@ set -xeuo pipefail
|
|||||||
export WINEPREFIX=~/.wine_clou2
|
export WINEPREFIX=~/.wine_clou2
|
||||||
export WINEARCH=win32
|
export WINEARCH=win32
|
||||||
|
|
||||||
pushd /usr/share/games/clou2
|
if [ ! -d ~/.local/share/Clou2 ]; then
|
||||||
wine regedit /C clou2.reg
|
mkdir -p ~/.local/share/Clou2
|
||||||
|
pushd ~/.local/share/Clou2
|
||||||
|
for i in $(ls /usr/share/games/clou2 | grep -v ^clou2\\.reg$); do
|
||||||
|
ln -s /usr/share/games/clou2/$i $i
|
||||||
|
done
|
||||||
|
popd
|
||||||
|
fi
|
||||||
|
|
||||||
|
pushd ~/.local/share/Clou2
|
||||||
|
wine regedit /C /usr/share/games/clou2/clou2.reg
|
||||||
wine Sting.exe
|
wine Sting.exe
|
||||||
|
popd
|
||||||
|
10
licenses/neoSoftware
Normal file
10
licenses/neoSoftware
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
(C) Copyright 1998-2001 by neo Software Produktions GmbH.
|
||||||
|
Wienerbergstraße 9, A-1100 Vienna, Austria.
|
||||||
|
|
||||||
|
Ninejsze oprogramowanie (w całości bądź części) nie może być powielane, tłumaczone,
|
||||||
|
reprodukowane, zmieniane lub przenoszone bez pozwolenia neo Software Produktions GmbH.
|
||||||
|
|
||||||
|
neo Software Produktions GmbH nie ponosi odpowiedzialnoœci za ewentualne szkody
|
||||||
|
wynikłe w trakcie użytkowania gry "The Sting!"
|
||||||
|
|
||||||
|
neo i logo firmy są zastrzeżonymi znakami handlowymi neo Software Produktions GmbH.
|
Loading…
Reference in New Issue
Block a user