mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
```
find $PWD \
-type f \
! -path '*/.git/*' ! -path '*/flatpak/shared-modules/*' \
! -path '*/libraries/*' ! -path '*/testdata/*' ! -name '*.patch' \
! -name '*.svg' ! -name '*.scd' ! -path '*/program_info/LICENSE' \
! -path '*/COPYING.md' ! -path '*/cmake/*' ! -name '.gitmodules' \
-exec eclint -fix {} \;
```
Signed-off-by: Seth Flynn <getchoo@tuta.io>
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
<RCC>
|
|
<qresource prefix="/shaders">
|
|
<file>vshader_skin_model.glsl</file>
|
|
<file>vshader_skin_background.glsl</file>
|
|
<file>fshader.glsl</file>
|
|
</qresource>
|
|
</RCC>
|