Skip to content

Commit ea0b18b

Browse files
authored
[Helper] Add path to icons to fix release error not finding icons (#5629)
[Helper] Add path to icons to fix release error not finding icons (#5622) Test adding path to icons
1 parent 17465f9 commit ea0b18b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Sofa/framework/Helper/src/sofa/helper/system/FileRepository.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ FileRepository DataRepository(
102102
"SOFA_DATA_PATH",
103103
{
104104
Utils::getSofaPathTo("share/sofa"),
105-
Utils::getSofaPathTo("share/sofa/examples")
105+
Utils::getSofaPathTo("share/sofa/examples"),
106+
Utils::getSofaPathTo("share/sofa/icons")
106107
},
107108
{
108109
{ Utils::getSofaPathTo("etc/sofa.ini"), {"SHARE_DIR", "EXAMPLES_DIR"} }

0 commit comments

Comments
 (0)