AutoDarkMode / Windows-Auto-Night-Mode

Automatically switches between the dark and light theme of Windows 10 and Windows 11
GNU General Public License v3.0
7.57k stars 266 forks source link

why so huge a package? #862

Closed Streamlet closed 4 months ago

Streamlet commented 4 months ago

A.T.T.

Armin2208 commented 4 months ago

Because we include the whole .net runtime with the Auto Dark Mode Installer. As long as Microsoft doesn't include this into Windows, we will continue doing that.

Streamlet commented 4 months ago

Would you make a pure release and point out which version of .Net Framework is required?

Armin2208 commented 4 months ago

why should we?

Streamlet commented 4 months ago

(please feel free, it's just a suggestion. if you don't agree, treat it as nothing.)

Streamlet commented 4 months ago

for me, a traditional depveloper, if my logical sized 10M, my dependency sized 100K (my code size is far far larger than my dependency), i may include this dependency.

but for the opposite situation, i will feel hard to do it such way.