Fabian-Lars

Results 1341 comments of Fabian-Lars

macos fails because bundle.targets in tauri.conf doesn't contain any macos bundle types. I'm not too happy that it's failing the ci because of that but it's an issue with the...

thanks. The issue is your licenseFile config. The config is a path relative to the tauri.conf.json file so just LICENSE is wrong and it should be ../LICENSE instead

good to know! Maybe we should change the template to include an empty string for that then? Or well, i'd still prefer to do that in tauri directly if no...

https://github.com/tauri-apps/tray-icon/issues/90 / https://github.com/tauri-apps/tray-icon/pull/122

No no, it's alright, we didn't adapt Tauri to the findings there. I just linked them for visiblity (so we know what to do when fixing it). Should have included...

Yeah, it's quite weird. Took me months to be able to repro it (and only with this https://github.com/tauri-apps/tray-icon/issues/90#issuecomment-1947441354) and it seems to be different for every user somehow... I just...

I think requiring embedBootstrapper for windows 7 is fine. We shouldn't do more than the minimum for win7 at this point imo (and remove support for it in v3). One...

The problem i am thinking about is that when ms terminal is the default console host then the hidden window style doesn't work anymore. On win11 this isn't a problem...

> I did come across this but it says no HTTPS That's probably why it works on win7 because https will fail, though i am surprised a http request against...