Add orx-git-archiver
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import org.openrndr.applicationSynchronous
|
||||
import org.openrndr.extensions.Screenshots
|
||||
|
||||
fun main() = applicationSynchronous {
|
||||
program {
|
||||
val ga = extend(GitArchiver()) {
|
||||
commitOnRun = false
|
||||
commitOnProduceAssets = false
|
||||
}
|
||||
extend(Screenshots())
|
||||
extend {
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user