Louis d264220245
fix: restrict Windows-specific code to x86_64 and update scripts
Updated Rust code to apply Windows-specific logic only on x86_64 targets using #[cfg(all(windows, target_arch = "x86_64"))]. Modified dev:tauri script in package.json to remove CLEAN=true and added CLEAN=true to beforeDevCommand in tauri.conf.json for consistency. Minor formatting changes in tauri.conf.json.
2025-07-02 12:29:02 +07:00
..
2025-06-02 17:39:10 +08:00
2025-06-06 17:26:08 +07:00
2025-06-23 12:20:05 +07:00
2025-06-04 00:41:14 +07:00
2025-07-02 12:27:42 +07:00
2025-07-02 12:27:42 +07:00