Install shaders somewhere that higan will find them.

This commit is contained in:
Tim Allen 2017-08-23 20:46:24 +10:00
parent b308661fa3
commit 86f3a8e670
1 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,3 @@
install:
if [ -d /usr/share/higan/Video\ Shaders ]; then sudo rm -r /usr/share/higan/Video\ Shaders; fi
sudo mkdir -p /usr/share/higan/Video\ Shaders
sudo cp -r *.shader /usr/share/higan/Video\ Shaders
sudo chmod -R 777 /usr/share/higan/Video\ Shaders
mkdir -p ~/.local/share/higan/Video\ Shaders
cp -a *.shader ~/.local/share/higan/Video\ Shaders