Fabian-Lars

Results 1343 comments of Fabian-Lars

Actually, let me reopen this with the Help Needed tag for better visibility :)

Did you say `yes` when the script asked if you want to install the node cli? (We should change it up a bit since it's required now)

@ClementGre > There is no way to check on operating system type from backend. I don't think i understand your question. You did show how to check the os in...

You could also check the os like this: https://github.com/tauri-apps/tauri/blob/75a0c79dea39e3e8372097152a0fa82cf6493686/tooling/api/src/helpers/os-check.ts which does not need async. Would be cool if yew would support build-time environment flag similar to how vite handles `VITE_`...

Nope, it's something else we've removed from the docs a while ago (it was meant to be temporary until they were updated...). The dev branch still has the md files...

I don't see them being reintegrated as anything close to what they were so imo we can close this issue.

Not answering on the actual request, only the `Alternatives` section: > I'm aware that v2 is moving to NSIS in lieu of WiX, but I don't expect that to be...

OP is on Windows using the msvc target though, there shouldn't be any gcc involved (though you're right with your last message :joy:) Can you post a screenshot of the...

Can you try re-installing the webview2 runtime with admin permissions? (the evergreen bootstrapper from here https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section)

iirc on_drop only runs if you use remove_plugin, it's not part of the cleanup that app.exit() runs (it only cleans up the tray and Commands i think)