mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-30 22:02:27 +00:00
fix(macos): missing import
This commit is contained in:
parent
4356db0996
commit
798b037920
|
|
@ -13,6 +13,9 @@ use tauri::Emitter;
|
|||
use serde::Deserialize;
|
||||
#[cfg(target_os = "macos")]
|
||||
use crate::platform::macos;
|
||||
#[cfg(target_os = "macos")]
|
||||
use std::fs;
|
||||
|
||||
#[tauri::command]
|
||||
pub fn check_macos_runtime_installed(_app: AppHandle) -> bool {
|
||||
#[cfg(target_os = "macos")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue