@@ -0,0 +1,5 @@
+---
+'tauri-bundler': 'patch:bug'
+
+Fix bundler skipping updater artifacts if only a macOS DMG bundle target is specified.
@@ -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
)