Liigo Zhuang
Liigo Zhuang
The same error: > dx bundle --platform desktop ```shell 17.829s INFO Bundling app... 17.852s INFO Copying asset (0/3): C:\Users\liigo\tmp\hidx06\myhotdog\assets\header.svg 17.852s INFO Copying app to output directory... 18.820s ERROR Failed to...
outdated (v5 was out) , closing
Since its call-side syntax is different from normal macro_rules! (i.e. `macroname!()`), the definition-side syntax should also variants e.g. `macro_rules_derive!` (v.s. `#[proc_macro_derive(TraitName)]`). The same to #3697 where we could name it...
my issue: no `ProcessPrng` founded in `bcryptprimitives.dll` tauri 2 + windows 7 I'v tried `embedBootstrapper`, still not working. ``` --------------------------- hi-tauri-dioxus.exe - 无法找到入口 --------------------------- 无法定位程序输入点 ProcessPrng 于动态链接库 bcryptprimitives.dll 上。 ---------------------------...
@kingyang I see, thank you. 明白了,谢谢。只因Tauri说了支持Win7,我想试试而已,不支持也无所谓啦。 https://tauri.app/distribute/windows-installer/#supporting-windows-7
the rustc like compiler error message confused me. io::Error is run-time error, not compile-time.