patriciogonzalezvivo / glslViewer

Console-based GLSL Sandbox for 2D/3D shaders
BSD 3-Clause "New" or "Revised" License
4.57k stars 352 forks source link

Desktop file icon fix #345

Closed jnsh closed 12 months ago

jnsh commented 12 months ago

First commit fixes the .desktop file path in CMakeLists.txt when writing Icon=... in the desktop file, and finally just hardcode the Icon key in the .desktop file with the second commit, as discussed in https://github.com/patriciogonzalezvivo/glslViewer/issues/344.

Unfortunately I was unable to test building these, as I got unrelated error from vera, but the changes are very simple and I can't think of a reason how they could cause problems.

patriciogonzalezvivo commented 12 months ago

Thank you!