Renamed ReleaseInfo.mustache to version.mustache.
Added deploy script.
This commit is contained in:
parent
8a945b2dc6
commit
f92f7d26b1
5 changed files with 42 additions and 65 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue