ci/cd and patches for windows builds

This commit is contained in:
DecDuck
2024-10-09 03:39:05 +11:00
parent 8f6f184739
commit ac1c3b609a
6 changed files with 46 additions and 45 deletions

View File

@ -5,10 +5,11 @@ use std::{
collections::HashMap,
fs::{create_dir_all, File},
io::{self, BufReader, Error, Seek, Write},
os::unix::fs::PermissionsExt,
path::Path,
};
use tauri::Runtime;
#[cfg(unix)]
use std::os::unix::fs::PermissionsExt;
#[derive(Deserialize)]
struct ManifestChunk {