We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c59c0 commit 6964349Copy full SHA for 6964349
2 files changed
archive_later/ecwolf/component_launcher.sh
@@ -12,4 +12,4 @@ log d "QT plugin path is: $QT_PLUGIN_PATH"
12
log d "QT QPA PLATFORM plugin path is: $QT_QPA_PLATFORM_PLUGIN_PATH"
13
14
# Launch
15
-exec "$component_path/bin/ecwolf" "$@"
+exec "$component_path/bin/ecwolf" --config /var/config/ecwolf/ecwolf.cfg" "$@"
archive_later/ecwolf/component_recipe.json
@@ -26,6 +26,11 @@
26
"source": "shared/bin",
27
"dest": "bin"
28
},
29
+ {
30
+ "type": "dir",
31
+ "source": "$REPO_ROOT/$COMPONENT_NAME/rd_assets/rd_config",
32
+ "dest": "rd_config"
33
+ },
34
{
35
"type": "dir",
36
"source": "$REPO_ROOT/$COMPONENT_NAME",
0 commit comments