Fabian-Lars

Results 1341 comments of Fabian-Lars

Cool, thank you! Edit: to clarify. The setup is actually x86 and requires emulation to work. Unfortunately nsis can't be compiled to a native arm exe so we have to...

Yeah i like that idea and saw that in electron-builder too i think.

It was a local change, but a really small one. i'll push it today.

https://github.com/tauri-apps/tauri/pull/6070 You can try it out with `cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch nsis-arm64` && `cargo tauri build`/`cargo tauri build --target aarch64-pc-windows-msvc` (note that you need to [install additional stuff](https://tauri.app/v1/guides/building/windows/#building-for-32-bit-or-arm)...

tldr of the discord discussion about the error message above: there are no pre-built binaries for windows on arm because the `ring` crate can't be compiled for that platform yet...

@kurdin instead of --bundles nsis do --bundles nsis,updater

Correct, it's still unresolved. This is also why this GitHub issue is still open :)

I opened a tracking issue in our plugin repo where this feature will be implemented at some point: https://github.com/tauri-apps/plugins-workspace/issues/293. Please do **not** take this as a "We'll implement this feature...

> ETA? No. > attempt? Nothing recently that i know of. > desire? Yes, otherwise we would close this issue.

As far as i know window.print() should work.