patriciogonzalezvivo / sublime-glslViewer

Sublime Text 2/3 plugin for live coding GLSL Shaders
https://packagecontrol.io/packages/glslViewer
MIT License
151 stars 8 forks source link

upper case vs lower case #3

Open ratijas opened 5 years ago

ratijas commented 5 years ago

In glslViewer.sublime-settings "path" only dictates directory in which glslViewer is supposed to be installed. But it says nothing about actual name of the executable. It created confusion since (under Arch Linux) glslviewer-git^AUR package installs /bin/glslviewer with lower-cased 'V' for some reason.

I would suggest either

a) checking for executable case-insensitive, or better

b) providing full path including name of executable.

UPD:

Or probably it's just PKGBUILD which needs to be fixed.