Merge branch 'ci/release' of https://github.com/kunkunsh/kunkun into ci/release

This commit is contained in:
Huakun Shen 2025-01-07 02:23:40 -05:00
commit ae6ca547bd
No known key found for this signature in database

View File

@ -1,10 +1,13 @@
use applications::utils::image::{RustImage, RustImageData};
use std::path::Path;
use std::{
ffi::OsStr,
fs::File,
io::{BufReader, Cursor},
path::PathBuf,
};
use uuid::Uuid;
#[cfg(target_os = "macos")]
use tauri_icns::{IconFamily, IconType};