Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
charlzyx authored Oct 29, 2022
1 parent dfaa8f4 commit c014b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/src/setup/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[cfg(target_os = "mac")]
pub mod mac;
#[cfg(target_os = "macos")]
mod mac;

use tauri::{App, Manager};
use window_shadows::set_shadow;
Expand Down

1 comment on commit c014b3c

@vercel
Copy link

@vercel vercel bot commented on c014b3c Oct 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rush – ./

rush-charlzyx.vercel.app
rushapp.vercel.app
rush-git-master-charlzyx.vercel.app

Please sign in to comment.