feat(tauri): add zip bundle target for macOS and Windows

- Add build scripts for platform-specific builds with zip bundles
- Update CI workflow to use --bundles flag for explicit target selection
- macOS: use app,zip (removed dmg)
- Windows: use nsis,zip
- Linux: use appimage,deb,rpm
This commit is contained in:
Shantur Rathore
2026-04-08 20:34:08 +01:00
parent 0c0cfd2d22
commit 197898c01c
3 changed files with 32 additions and 11 deletions

View File

@@ -52,10 +52,11 @@
],
"targets": [
"app",
"zip",
"appimage",
"deb",
"rpm",
"nsis"
]
}
}
}