Skip to content

Commit

Permalink
fix(bundler): do not skip updater bundle target if only a macOS DMG i…
Browse files Browse the repository at this point in the history
…s generated (#7481)
  • Loading branch information
AlexTMjugador authored Jul 24, 2023
1 parent 4dd4893 commit 2d35f93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/bundler-macos-updater-dmg-only-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch:bug'
---

Fix bundler skipping updater artifacts if only a macOS DMG bundle target is specified.
1 change: 1 addition & 0 deletions tooling/bundler/src/bundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ pub fn bundle_project(settings: Settings) -> crate::Result<Vec<Bundle>> {
p,
PackageType::AppImage
| PackageType::MacOsBundle
| PackageType::Dmg
| PackageType::Nsis
| PackageType::WindowsMsi
)
Expand Down

0 comments on commit 2d35f93

Please sign in to comment.