sttz / expresso

expresso is a command line interface to control the ExpressVPN app
MIT License
63 stars 11 forks source link

Windows version? #9

Closed lord-ne closed 3 years ago

lord-ne commented 3 years ago

Since this application is written in C#, would it also be possible to compile it for Windows? Or even a cross-platform version (I'm not super familiar with how .NET works)

lord-ne commented 3 years ago

After making the changes I mentioned in https://github.com/sttz/expresso/issues/7#issuecomment-858109900, I've got the program working on Windows.

I am having some build issues making a self-contained executable (running expresso locations fails with This object cannot be invoked because no code was generated for it: System.Collections.Generic.List<sttz.expresso.ExpressVPNClient.Location>..ctor()'), but the Debug version is working, so I just added a shortcut to that to my PATH and I'm using the program like that.