Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Apr 12, 2024
1 parent 5258a3b commit 936622e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/packager/src/package/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use crate::{config, shell::CommandExt, util, Config, PackageFormat};

use self::context::Context;

#[cfg(target_os = "macos")]
mod app;
#[cfg(any(
target_os = "linux",
Expand Down Expand Up @@ -92,7 +91,6 @@ pub fn package(config: &Config) -> crate::Result<Vec<PackageOutput>> {
)?;

let paths = match format {
#[cfg(target_os = "macos")]
PackageFormat::App => app::package(&ctx),
#[cfg(target_os = "macos")]
PackageFormat::Dmg => {
Expand Down

0 comments on commit 936622e

Please sign in to comment.