You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now, installing from the github releases page instead of from source results in windows Defender blocking the executable:
ResourceUnavailable: Program 'jj.exe' failed to run: An error occurred trying to start process 'C:\Users\jyn\.cargo\bin\jj.exe' with working directory 'C:\Users\jyn\src\dotfiles'. Operation did not complete successfully because the file contains a virus or potentially unwanted software.At line:1 char:1
this is really annoying; not all my laptops have a rust compiler installed, and some are woefully underpowered.
Describe the solution you'd like
sign the pre-compiled binaries so that windows defender doesn't block them.
Describe alternatives you've considered @steveklabnik suggested using cargo-dist to do this automatically. unfortunately, cargo-dist doesn't actually support signing binaries yet: axodotdev/cargo-dist#21 (comment)
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now, installing from the github releases page instead of from source results in windows Defender blocking the executable:
this is really annoying; not all my laptops have a rust compiler installed, and some are woefully underpowered.
Describe the solution you'd like
sign the pre-compiled binaries so that windows defender doesn't block them.
Describe alternatives you've considered
@steveklabnik suggested using cargo-dist to do this automatically. unfortunately, cargo-dist doesn't actually support signing binaries yet: axodotdev/cargo-dist#21 (comment)
Additional context
The text was updated successfully, but these errors were encountered: