mirror of https://github.com/bsnes-emu/bsnes.git
Install shaders somewhere that higan will find them.
This commit is contained in:
parent
b308661fa3
commit
86f3a8e670
|
@ -1,5 +1,3 @@
|
||||||
install:
|
install:
|
||||||
if [ -d /usr/share/higan/Video\ Shaders ]; then sudo rm -r /usr/share/higan/Video\ Shaders; fi
|
mkdir -p ~/.local/share/higan/Video\ Shaders
|
||||||
sudo mkdir -p /usr/share/higan/Video\ Shaders
|
cp -a *.shader ~/.local/share/higan/Video\ Shaders
|
||||||
sudo cp -r *.shader /usr/share/higan/Video\ Shaders
|
|
||||||
sudo chmod -R 777 /usr/share/higan/Video\ Shaders
|
|
||||||
|
|
Loading…
Reference in New Issue