mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-12 15:24:02 +02:00
Install shaders somewhere that higan will find them.
This commit is contained in:
@@ -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
|
|
||||||
|
Reference in New Issue
Block a user