DiscordBot icon indicating copy to clipboard operation
DiscordBot copied to clipboard

!pullanddeploy for windows

Open chalda opened this issue 9 years ago • 2 comments

need a .bat file and a switch

chalda avatar Oct 07 '15 22:10 chalda

I rewrote !pullanddeploy so that discordbot calls the relevant commands directly so it should work on Windows now. I haven't tested on Windows yet though. 18e7346

Einarin avatar Oct 10 '15 00:10 Einarin

I tested https://github.com/chalda/DiscordBot/commit/18e734639f18c8ff531e4e144009a5bcdbe4eb31 on windows but it still gets errors spawn git ENOENT this seems to be a known issue with it and they've had it open for a few years now. I tried out https://github.com/IndigoUnited/node-cross-spawn as a drop in replacement and it worked on Windows as long as git is referenced in Path.

christoabrown avatar Oct 10 '15 02:10 christoabrown