IncPlusPlus / titanfall2-rp

Titanfall 2 Discord Rich Presence
MIT License
8 stars 2 forks source link

WIP Split updater into modules #108

Closed IncPlusPlus closed 3 years ago

IncPlusPlus commented 3 years ago

The end result of this is probably gonna be a Linux version. That way, there are no runtime issues with the inclusion of Windows forms. This wouldn't be a Linux binary though. It would merely be an exe file that should be run in WINE and would exclude certain Windows-only features to prevent crashing.

https://stackoverflow.com/questions/16556813/visual-studio-conditional-project-reference-based-on-a-constant https://stackoverflow.com/questions/30153797/c-sharp-preprocessor-differentiate-between-operating-systems

IncPlusPlus commented 3 years ago

Eh. I'll have a stab at this another time. If there comes a point where there's a version of this that runs natively on Linux instead of in WINE, I'll try again for a Linux updater. Either that, or if someone contributes the code to perform automatic updates.