encratite / RiotControl

An elaborate statistics tracking system for League of Legends. It used to be a centralised PostgreSQL based system but now it's a stand-alone SQLite application. It was written in C# and makes use of the LibOfLegends RTMP library. It is licensed under the terms of the GPLv3. Unfortunately I stopped working on it in 2013-08. Check out the website for a longer explanation.
http://riot.cont.ro.lt/
GNU General Public License v3.0
33 stars 15 forks source link

fixed case for building with mono in linux #61

Closed tsubus closed 12 years ago

tsubus commented 12 years ago

Not sure why it took all 3 files, but you most likely don't want to modify RiotUpdate.csproj or it probably won't compile in windows. the other 2 files are safe.

Korbeil commented 12 years ago

just replace with my script i think (if someone forgot some files :>)

tsubus commented 12 years ago

I don't know why it puts all the files in the pull request, I don't want it to. I'm going to close it until I figure it out.