Ross Smith II
Ross Smith II
IT may not want to provide exceptions. Do we need to code sign something? I found [Comodo](https://www.clickssl.net/cheap-code-signing-certificates) at USD $55/year. Is there anything cheaper? I would consider contributing this, if...
Certum [offers](https://shop.certum.eu/data-safety/code-signing-certificates.html?product_list_order=price) Open Source code signing certs for $25 Euros/year. Will this work? It's unclear why the effort was abandoned in https://github.com/ScoopInstaller/Scoop/issues/330#issuecomment-124957078 in 2015.
This restrictive security setting must be very rare, or we would have lots of users complaining, right?
For http URLs, a HEAD request will often return the file size.
Would it help if we provided a “GUI shim” to call GUI exes, by setting `/target:winexe` in [build.ps1]( https://github.com/lukesampson/scoop/blob/11a37f44ac995484ac28fc60893c27718c46df6a/supporting/shimexe/build.ps1#L9), per [here]( https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/target-compiler-option)?
This issue should be fixed in #3998, which was merged into master. To use, type: ``` scoop config shim kiennq scoop reset * ``` or ``` scoop config shim 71...
@excitoon My apologies for closing this. I erroneously thought this issue was fixed by the new shims. Thank you for pointing out that I was mistaken, and for developing this...
I resolved the conflicts, but more work needs to be done before this can be merged, so I am going to convert to a draft.
@excitoon Since it was my screw up, I will take on this PR, and move it forward, if that's OK with you. Thanks again for your help.
Since `/` works in all environments, a PR to convert `\`s to `/`s makes sense to me. @r15ch13?