[orx-olive] Avoid creation of /orx-olive folder
This commit is contained in:
@@ -16,7 +16,7 @@ fun main() = application {
|
||||
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
|
||||
if (System.getProperty("takeScreenshot") == "true") {
|
||||
scriptLoaded.listen {
|
||||
@@ -34,4 +34,4 @@ fun main() = application {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user