Skip to content

Commit 472b493

Browse files
Ryerohvani
authored andcommitted
Fix llapputil test data
1 parent e84a180 commit 472b493

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ indra/tools/vstool/* -text
2727
*.dll binary
2828
*.exe binary
2929

30+
# llapputil test data
31+
*.binary binary
32+
*.output binary
33+
3034
# Files with Windows line endings
3135
VivoxAUP.txt text eol=crlf
3236
FILES_ARE_UNICODE_UTF-16LE.txt text eol=crlf

indra/llappearanceutility/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Given the constraints with GitHub runners, we instead utilize Behavior-Driven De
1717

1818
1. **Baking Textures**:
1919
```sh
20-
appearance-utility-bin --agent-id de494a4f-f01a-47a4-98cf-c94ef9ecca38 --texture /viewer/indra/llappearanceutility/tests/texture.llsd > /viewer/indra/llappearanceutility/tests/texture.llsd.output
20+
appearance-utility-bin --agent-id de494a4f-f01a-47a4-98cf-c94ef9ecca38 --texture /viewer/indra/llappearanceutility/tests/texture.llsd.binary > /viewer/indra/llappearanceutility/tests/texture.llsd.output
2121
```
2222

2323
2. **Generating Bake Parameters**:
Binary file not shown.

0 commit comments

Comments
 (0)