Skip to content

Commit cf8aed4

Browse files
committed
Add rd_config asset to Ruffle component artifact [skip ci]
1 parent 632852c commit cf8aed4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ruffle/component_recipe.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
"dest": "component_version",
1818
"contents": "$SOURCE_VERSION"
1919
},
20+
{
21+
"type": "dir",
22+
"source": "$REPO_ROOT/$COMPONENT_NAME/assets/rd_config",
23+
"dest": "rd_config"
24+
},
2025
{
2126
"type": "file",
2227
"source": "$REPO_ROOT/$COMPONENT_NAME/component_functions.sh",

0 commit comments

Comments
 (0)