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