ci/cd and patches for windows builds

This commit is contained in:
DecDuck
2024-10-09 03:39:05 +11:00
parent d7ea32d175
commit bb2833b79f
6 changed files with 46 additions and 45 deletions
+3 -2
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 {