Fabian-Lars

Results 1354 comments of Fabian-Lars

currently `tauri build` only builds for the host target so imo it would be a bit unexpected if it also tries to build for mobile. I don't think `android build`...

should it also build the nsis target on linux automatically then and other targets when they get cross-platform support?

The main problem with that is that this needs to build the rust app multiple times. And it would be super awkward in CI (if you use multiple platforms). i'm...

Yes, this is planned though i don't know yet how far we can really get in CI but we'll see. There's currently no mobile/v2 support because i'm waiting for it...

If that were the case, this issue would be closed.

Hi, are you using an intel or arm mac locally? Which runner do you use in github? Asking because i just saw this

hmm, afaik macos-latest still uses intel until next month or so, so it's probably not that. I also found some old-ish releases from my action test repos and see the...

Thanks for the research :) I'd appreciate it if a few more people could test this. If there are no problems reported I will add it to the docs/examples with...

Hmm, i'm pretty sure this can only happen if the key and/or password you saved in the github settings is different from the one(s) you use locally. Or really rarely,...

Hmm, i looked through our discord where others reported a similar issue but all of them fixed it by either setting the secrets again (cause of a simple type or...