Updated golden crayon installer and update script.
This commit is contained in:
@ -39,10 +39,12 @@
|
||||
# Works which are defined in the CPAL as a work which combines Covered Code
|
||||
# or portions thereof with code not governed by the terms of the CPAL.
|
||||
|
||||
cache="${XDG_CONFIG_HOME:-$HOME/.config}/storm-games/audiogame-manager/cache"
|
||||
pushd ~/.local/wine/golden-crayon/drive_c/Program\ Files/golden_crayon/
|
||||
unzip golden_crayon.zip
|
||||
rm -r libs/
|
||||
mv golden_crayon/* .
|
||||
find ~/.local/wine/golden-crayon/ -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
||||
find ~/.local/wine/golden-crayon/ -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;
|
||||
rmdir golden_crayon/
|
||||
popd
|
||||
|
Reference in New Issue
Block a user