evolve icon indicating copy to clipboard operation
evolve copied to clipboard

Issues with von

Open Rusketh opened this issue 10 years ago • 3 comments

Please actually include von rather then a pointer to the von repositry because it doesn't install von when you download from zip or git. Secondly the folder name ev_vON will not work for Linux servers as the file name must be lower cased.

Rusketh avatar Feb 26 '15 17:02 Rusketh

Just download von itself when you are downloading a zip, then. A submodule is the proper way. When not downloading the zip, but using git - it's a git submodule, of course git has support for it. First clone it with git clone --recursive and then update the submodules with git submodule update --remote. Not that difficult.

As for the folder name - it is already lowercased. Otherwise it wouldn't work for me, since I use Linux.

Xandaros avatar Feb 26 '15 17:02 Xandaros

https://github.com/Xandaros/evolve/blob/master/lua/autorun/server/ev_autorun.lua#L17

Rusketh avatar Feb 26 '15 17:02 Rusketh

Ah, good spot. I guess Garry does some trickery by lowercasing all paths, but I'll fix it later.

Xandaros avatar Feb 26 '15 18:02 Xandaros