NiyaShy / XB1ControllerBatteryIndicator

A tray application that shows a battery indicator for an Xbox-ish controller and gives a notification when the battery level drops to (almost) empty.
GNU General Public License v2.0
715 stars 51 forks source link

Fody.Costura #14

Closed Rozzemak closed 5 years ago

Rozzemak commented 5 years ago

This is neat usefull app, but the exposed resources & libs could be embedded quite easily in .exe with relatively easy to use package. https://github.com/Fody/Costura

NiyaShy commented 5 years ago

Thanks for the link, the whole pack of DLLs bugged me a little myself. Will try it out.

NiyaShy commented 5 years ago

Hey, thanks again. integrating Costura was really easy and it works great. The DLLs get integrated without issues and thanks to the compression the total size got reduced a bit (~1,5MByte for .exe and separate DLLs, ~1.1MByte for .exe with embedded DLLs). Will definitely use it for the next version.