GP-0: Initial What's New update and some markdown-to-html link

improvements
This commit is contained in:
Ryan Kurtz
2025-01-09 14:18:56 -05:00
parent 0d3451c0c0
commit f5af708e91
5 changed files with 102 additions and 82 deletions

View File

@@ -33,11 +33,7 @@ rootProject.assembleDistribution {
from ("${p.projectDir}/Module.manifest") {
into { zipPath }
}
from ("${p.projectDir}/README.md") {
into { zipPath }
}
from ("${p.projectDir}/support") {
into { "${zipPath}/support" }
}