Skip to content

Commit

Permalink
Fix macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Feb 25, 2025
1 parent 3e436ee commit 4557f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/rattler_menuinst/src/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ use rattler_shell::{
};
use sha2::{Digest as _, Sha256};

use crate::utils::slugify;
use crate::{
render::{resolve, BaseMenuItemPlaceholders, MenuItemPlaceholders},
render::{BaseMenuItemPlaceholders, MenuItemPlaceholders, PlaceholderString},
schema::{
CFBundleDocumentTypesModel, CFBundleTypeRole, CFBundleURLTypesModel, LSHandlerRank, MacOS,
MacOSVersion, MenuItemCommand, UTTypeDeclarationModel,
},
utils::{self, log_output, run_pre_create_command},
MenuInstError, MenuMode,
};

use crate::utils::slugify;
use std::collections::HashMap;

#[derive(Debug, Clone)]
pub struct MacOSMenu {
Expand Down

0 comments on commit 4557f24

Please sign in to comment.