diff --git a/extension.js b/extension.js index a2ae4e5..2dd415c 100644 --- a/extension.js +++ b/extension.js @@ -16,7 +16,7 @@ module.exports = new Extension({ // does this type of artwork need to be downloaded to the frame? 'download': false, // how do start this type of artwork? currently two token replacements, $filepath and $url - 'start_command': 'glslLoader $url', + 'start_command': 'glslLoader $url --fullscreen', // how do we stop this type of artwork? 'end_command': 'pkill glslViewer' } diff --git a/install.sh b/install.sh index f706a75..075a731 100755 --- a/install.sh +++ b/install.sh @@ -37,7 +37,7 @@ if [ $os == "Linux" ]; then sudo apt-get install libegl1-mesa-dev libgbm-dev libgles2-mesa-dev git clone --depth=1 --branch=master http://github.com/patriciogonzalezvivo/glslViewer glslViewer cd glslViewer - make + make DRIVER=glfw sudo make install else sudo apt-get install glslviewer