Creates a self-extracting install script.

This commit is contained in:
Markil3
2021-09-15 09:03:48 -06:00
parent 90f82cb05d
commit f7370ba08a
9 changed files with 210 additions and 9 deletions

View File

@@ -20,6 +20,10 @@ configurations {
canBeConsumed = true
canBeResolved = false
}
install {
canBeConsumed = true
canBeResolved = false
}
}
// In this section you declare where to find the dependencies of your project
@@ -57,4 +61,5 @@ artifacts {
nativeBuild(installDist.destinationDir) {
builtBy installDist
}
install(distTar)
}