Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deno compile problem #41

Open
fprijate opened this issue Jan 3, 2024 · 3 comments
Open

deno compile problem #41

fprijate opened this issue Jan 3, 2024 · 3 comments

Comments

@fprijate
Copy link

fprijate commented Jan 3, 2024

I use in my win10 project task:

`
deno compile -A --unstable main.ts"

`
and compiled main.exe works OK.
I can click on it or run it from console.
While

`
deno compile -A --unstable --no-terminal main.ts"

`
compiles to main.exe, which works when I run it from console (I can close console, and program runs anyway), while clicking on main.exe
doesn't run it (no error is reported/thrown)

@huyhoang160593
Copy link

Currently most deno compile flag are using for cli running so that clicking the app outside will not working. And also there is no '--no-terminal' flag in the deno documentation too, where are you getting them from ??

@fprijate
Copy link
Author

fprijate commented Jan 19, 2024

deno --version
deno 1.39.4 (release, x86_64-pc-windows-msvc)

deno compile --help

--no-terminal
Hide terminal on Windows

--ext
Set content type of the supplied file

[possible values: ts, tsx, js, jsx]        

@thautwarm
Copy link

Could we push this? Feeling like to use deno-webui to create some real applications..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants