-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
User control of compile binary meta data #9395
Comments
Yes you can sell the output of “deno compile”.... we probably need to do some work to remove logo and other metadata... |
Related to #8912, would require |
In golang, there is an option for launching the executable in "GUI" mode, in order to hide the console:
This is something that would be nice to have too in deno, for example in the case of a GUI application launched with the default browser and coupled to a local deno backend. Double-clicking the compiled deno application file would only open the default browser via Deno.open(url), and not the deno console itself. |
Guys, I made a Deno program that allows you to compile Deno apps with custom icon and metadata: https://github.com/Leokuma/wincompile |
Icons are now supported: Other metadata is cleared by default for binaries produced by |
with a valid (used as a desktop icon in the past) icon.ico in the same directory as main.ts, and using this command:
..the exe compiles and runs correctly, and the filesize is larger than with no icon embedded (so the file is getting in there), but there is no icon showing up, and not even an option to set an icon for the EXE in the Windows properties popup. |
@RossAscends I suggest to open a new issue for that problem, commenting on a closed issue is easy to miss for maintainers. |
Hi.
Deno compile
command?The information contains copyright information
If so, how do I do it?
Thanks...
The text was updated successfully, but these errors were encountered: