Ani Betts

Results 325 comments of Ani Betts

@bostondv Not a bad idea, I'd take a PR for that

It doesn't at the moment, wine doesn't correctly support code signing

@feross You can but it doesn't really make a difference to AV. You should sign your executables, including Squirrel.exe which is hard to do by signing yourself, which is why...

I think this is more appropriate to put in the documentation, I feel like this is the expected behavior for most people

At some point this won't scale because signtool.exe will start blowing up when run concurrently :(

I'm not sure there is anything Squirrel can do here, we are invoking SignTool.exe from the SDK - if you can't sign executables, you're kinda out of luck. If your...

This is not windows-installer if you are seeing an MSI dialog

Oh, you're using the Machine-wide deployment. This MSI is intended for enterprise deployment scenarios, not for regular users. If you log out and log back in and wait a sec...

certificate is passed directly to Windows SDK signtool.exe verbatim, whatever it supports, Squirrel supports. Having a ~7000+ byte environment variable might blow the max length for the environment block for...

This will not enable SemVer 2.0 in Squirrel.Windows, additional work in Squirrel needs to be done for that.