Cannot run compiled executable after downloading from GitHub releases #10382
-
I wrote a CLI in Deno (source). It works when...I compile locally and run the executable. It doesn't work when...I download the executable as an asset from GitHub releases and run locally. Do I need to sign the executables or do something else to get them to work out-of-the-box? P.S. - would be more than happy to contribute to the "Compiling Executables" docs once I figure this out. |
Beta Was this translation helpful? Give feedback.
Answered by
laughedelic
Apr 26, 2021
Replies: 1 comment 7 replies
-
Maybe you just need to make it an executable? |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe you just need to make it an executable?
chmod +x ./filename