IncPlusPlus / titanfall2-rp

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

Use a better method for embedding the ZipExtractor EXE #161

Open IncPlusPlus opened 2 years ago

IncPlusPlus commented 2 years ago

Instead of having to publish ZipExtractor to the resources directory of titanfall2-rp, include ZipExtractor as a ProjectReference in titanfall2-rp and change the path reference in titanfall2-rp/Properties/Resources.resx to point to ZipExtractor.exe in the ZipExtractor build dir. This will probably require Costura.Fody to weave the required resources into the EXE (as they are ordinarily separate in the build directory).