[orx-crash-handler] Add crash handler with Slack reporter

This commit is contained in:
Edwin Jakobs
2025-10-24 12:18:00 +02:00
parent 0d43c330cb
commit 4204ee5eed
9 changed files with 239 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ val demo: SourceSet by project.sourceSets.creating {
"orx-runway",
"orx-syphon",
"orx-video-profiles",
"orx-crash-handler"
)
if (project.name !in skipDemos) {
collectScreenshots(project, this@creating) { }