Closed thisuseryun closed 4 months ago
Rust 1.78 dropped Windows 7 support, you can downgrade to 1.77.2 if you need to support Windows 7
See https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html#compatibility-notes
Can you give a bit more context on the error you're seeing when you're using 1.75?
chagne rust version to 1.75: install app is success,bug running is error:error sendding request for url;The certificate required for validation against the current system clock or timestamp in the signature file is out of validity
When exactly does it happen? As soon as you start the app? Do you have any app logic that runs on app start (mostly in rust before tauri or in its setup hook but also in javascript)?
Is the windows 7 machine fully up to date? And Is it connected to the internet?
Is your app signed?
Is your project code public or do you think you can come up with a minimal reproduction example?
Sorry for all those random questions but i've not seen this error before...
I'm so sorry,it's not tauri ission;just https sign is expired.this question is solve by change rustc version to 1.75
Describe the bug
rustc version:1.7.8; Cargo.toml:
install app is error; chagne rust version to 1.75: install app is success,bug running is error:error sendding request for url;The certificate required for validation against the current system clock or timestamp in the signature file is out of validity
Reproduction
No response
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response