mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-04-19 00:36:55 -04: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>
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
<!DOCTYPE RCC>
|
|
<RCC version="1.0">
|
|
<qresource prefix="/documents">
|
|
<file>../../../COPYING.md</file>
|
|
<file>credits.html</file>
|
|
</qresource>
|
|
</RCC>
|
|
|