Linux compatibility
Status: Alpha
Brought to you by:
nxdev
I'd like to see that program running on Linux.
I'm gonna look at the code and mess with it until I can get it working with Linux, if that's possible.
First problem: don't use:
new FileInfo(PluginDirectory+"\"+FileName)
which only works on Windows, use:
new FileInfo(Path.Combine(PluginDirectory,FileName))
which is cross-platform
no source code available :|
WTF???
the software is GPL so you MUST provide a way to obtain the complete code
it's not something nice to do
it's something you're legally BOUND to do