moudey / Shell

Powerful context menu manager for Windows File Explorer
https://nilesoft.org
MIT License
2.88k stars 96 forks source link

The Winget package does not reflect what's here in source control #476

Open stamminator opened 1 week ago

stamminator commented 1 week ago

I just installed latest NS fresh on a new machine from Winget, version 1.9.15. I immediately noticed that the dark mode wasn't working, which is an issue that goes back to February. When I go into the imports folder, I notice that theme.nss still has deprecated, broken keywords.

theme
{
    name = "modern"
    dark = sys.dark
    background
    {
        color = default
        opacity = sys.is11 ? default : 90
        effect = default
    }
    image.align = 2
}

What's bizarre about this is that the git blame for this file shows it was fixed far earlier than that, back in version 1.9.10.

I'm getting the feeling that the downloaded packages do not contain the same code we're seeing here on GitHub. For security reasons, this gives me concerns, as it makes me wonder what I'm actually installing.

On a related note, sys.dark still appears in the documentation even though it no longer works.