Fabian-Lars

Results 1325 comments of Fabian-Lars

Oh yeah, I'll fix that tomorrow. Thanks!

As long as it's obvious that this would be basically some kind of unstable/dangerous option, i think this would be a cool small addition 👍

couldn't think of a better word - we just need to make it obvious that the exe is not actually redistributable (or 100% "portable")

The most relevant part for adding the file itself would be here iirc https://github.com/tauri-apps/tauri-action/blob/dev/packages/core/index.ts#L424 Adding the flag to include it is a little more involved, but i guess most of...

@liudonghua123 As i said in another comment, i just couldn't think of a better word. It's just that it must be obvious that the majority of devs don't actually want...

> the .exe open the webview2 page and instruct me to download and install it. This is not the case unless the developer of the exe you downloaded implemented this...

The msi will install it automatically without any user interaction required.

Here is the relevant discord thread: It indeed was about Windows all along. I asked for this issue to be created, but didn't check the tauri info output, sorryy :v:

Until the action's own upload mechanism supports this (if at all), you can use the last example from our readme which does support that already:

Is it just me or is adding a flag for every single option is a little extreme? This way everyone would probably just opt for `"all": true` again.