[orx-gitarchiver] Disable GitArchiverDemo01.kt in an attempt to fix README generation
This commit is contained in:
@@ -1,25 +1,25 @@
|
|||||||
|
//
|
||||||
import org.openrndr.application
|
//import org.openrndr.application
|
||||||
import org.openrndr.extensions.Screenshots
|
//import org.openrndr.extensions.Screenshots
|
||||||
import org.openrndr.extensions.SingleScreenshot
|
//import org.openrndr.extensions.SingleScreenshot
|
||||||
import org.openrndr.extra.gitarchiver.GitArchiver
|
//import org.openrndr.extra.gitarchiver.GitArchiver
|
||||||
|
//
|
||||||
fun main() = application {
|
//fun main() = application {
|
||||||
program {
|
// program {
|
||||||
if (System.getProperty("takeScreenshot") == "true") {
|
// if (System.getProperty("takeScreenshot") == "true") {
|
||||||
extend(SingleScreenshot()) {
|
// extend(SingleScreenshot()) {
|
||||||
this.outputFile = System.getProperty("screenshotPath")
|
// this.outputFile = System.getProperty("screenshotPath")
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
val ga = extend(GitArchiver()) {
|
// val ga = extend(GitArchiver()) {
|
||||||
commitOnRun = true
|
// commitOnRun = true
|
||||||
commitOnRequestAssets = false
|
// commitOnRequestAssets = false
|
||||||
}
|
// }
|
||||||
extend(Screenshots())
|
// extend(Screenshots())
|
||||||
extend {
|
// extend {
|
||||||
|
//
|
||||||
|
//
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
//
|
||||||
}
|
//}
|
||||||
Reference in New Issue
Block a user