show commit message; added nimc cfg
[d2df-bot.git] / bin / config.cfg
blob7c6fb7b7a187d28ce64ac8bca5123e8a6df46af8
1 [IRC]
2 server = "irc.erft.ru"
3 port = 6667
4 channel = "#doom2d"
5 nick = "Prikolist"
7 [ServerList]
8 masterAddress = "mpms.doom2d.org"
9 masterPort = 25665
10 refreshTime = 30
12 [BuildSystem]
13 outputPath = r"C:\Users\figgis\Desktop\Work\DFStuff\d2df-bot\bin\build"
14 tempPath = r"C:\Users\figgis\Desktop\Work\DFStuff\d2df-bot\bin\temp"
15 gitRepo = "http://repo.or.cz/d2df-sdl.git"
16 buildCommand = "build.bat"
17 headlessCommand = "build_headless.bat"
18 cleanCommand = "clean.bat"
19 uploadCommand = "upload.bat"
20 compressCommand = "zip -r latest.zip . -x \".*\" -x \"*/.*\""
21 compressBinCommand = "zip -r latest_bin.zip Doom2DF.exe Doom2DF_H.exe"
22 outputBin = "Doom2DF.exe"
23 outputHeadlessBin = "Doom2DF_H.exe"
24 outputArchive = "latest.zip"
25 outputBinArchive = "latest_bin.zip"
26 outputLink = "http://doom2d.org/doom2d_forever/latest_bin.zip"