emoacht / DesktopToast

A library for toast notifications from desktop app
MIT License
117 stars 23 forks source link

Windows.winmd file size #4

Open dmitry-shechtman opened 7 years ago

dmitry-shechtman commented 7 years ago

I tried to use DesktopToast in CHDK Utility to notify the user when the card is ejected. However, when I tried to post the zipped binaries on the forum, I noticed that there was a size limit of 1500 KB. Windows.winmd alone occupies 2.07 MB (uncompressed), so I had to remove it.

Would it be possible to use DesktopToast without Windows.winmd bundled or at least with a slimmer version that would only contain the relevant API?

Thanks!

dmitry-shechtman commented 7 years ago

Changing Copy Local to False in Windows.winmd properties should solve this.