We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--headless
1 parent 3661912 commit fb1553eCopy full SHA for fb1553e
addons/mod_loader/mod_loader_setup.gd
@@ -193,6 +193,7 @@ func handle_injection() -> void:
193
# Add modified binary to the pck
194
func inject(injection_path: String, is_embedded := false) -> void:
195
var arguments := []
196
+ arguments.push_back("--headless")
197
arguments.push_back("--pck-patch=%s" % injection_path)
198
if is_embedded:
199
arguments.push_back("--embed=%s" % injection_path)
0 commit comments