Deno compile executable details manifest file #9509
gewoonwoutje
started this conversation in
Ideas
Replies: 1 comment
-
|
Duplicate of #9395 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a big fan of the deno compile command. It's never been easier to create a single-executable of my code, and it's amazingly fast.
Though I noticed the output shows up with a deno logo,


and the properties show it as;
Could this be a potential security risk (one could distribute a malicious copy of deno)? I also wonder if this could have legal consequences.
Also, as a user, I'd like to be able to sign it with my own (company's) name. Is changing these properties already possible? I think it might make sense to give a manifest file as parameter with application details to override these values.
Beta Was this translation helpful? Give feedback.
All reactions