Renamed ReleaseInfo.mustache to version.mustache.

Added deploy script.
This commit is contained in:
Erik C. Thauvin 2021-04-29 19:59:08 -07:00
parent 8a945b2dc6
commit f92f7d26b1
5 changed files with 42 additions and 65 deletions

View file

@ -106,7 +106,7 @@ import kotlin.system.exitProcess
/**
* Implements the #mobitopia bot.
*/
@Version(properties = "version.properties", className = "ReleaseInfo", template = "ReleaseInfo.mustache", type = "kt")
@Version(properties = "version.properties", className = "ReleaseInfo", template = "version.mustache", type = "kt")
class Mobibot(nickname: String, channel: String, logsDirPath: String, p: Properties) : PircBot() {
// Commands and Modules
private val addons = Addons()