[orx-olive] Avoid creation of /orx-olive folder

This commit is contained in:
Abe Pazos
2025-08-30 15:20:57 +02:00
parent ec5bde5822
commit 2c3417dad6

View File

@@ -16,7 +16,7 @@ fun main() = application {
program { program {
extend(Olive<Program>()) { extend(Olive<Program>()) {
script = "orx-olive/src/demo/kotlin/demo-olive-01.kts" script = "orx-jvm/orx-olive/src/demo/kotlin/demo-olive-01.kts"
// -- this block is for automation purposes only // -- this block is for automation purposes only
if (System.getProperty("takeScreenshot") == "true") { if (System.getProperty("takeScreenshot") == "true") {
scriptLoaded.listen { scriptLoaded.listen {
@@ -34,4 +34,4 @@ fun main() = application {
} }
} }
} }
} }