Tyrrrz / LightBulb

Reduces eye strain by adjusting screen gamma based on the current time
MIT License
2.23k stars 141 forks source link

Produce self-contained builds of the app #292

Closed Tyrrrz closed 4 months ago

Tyrrrz commented 4 months ago

Produce self-contained builds of LightBulb that don't require manual installation of .NET, with the downside of a much larger download size.

With the usage of Avalonia, this has become viable as it has a lot smaller file size overhead compared to WPF.

File size difference:

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.35%. Comparing base (03218e8) to head (4b45e3e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #292 +/- ## ======================================= Coverage 96.35% 96.35% ======================================= Files 7 7 Lines 192 192 Branches 15 15 ======================================= Hits 185 185 Misses 6 6 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.