-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
platform: macOSscope: bundlerThe bundler used in our cli to make installersThe bundler used in our cli to make installersstatus: backlogIssue is ready and we can work on itIssue is ready and we can work on ittype: bug
Description
This issue has been upstreamed from tauri-apps/tauri-action#476
Is it possible to consider adding a variable Bundles like pnpm tauri build --help
Sometimes I only want to upload MSI and DMG bundles, but currently it will upload all the bundles, include app and exe.
-b, --bundles [<BUNDLES>...]
Space or comma separated list of bundles to package.
Each bundle must be one of `deb`, `appimage`, `msi`, `app` or `dmg` on MacOS and `updater` on all platforms. If `none` is specified, the bundler will be skipped.
Note that the `updater` bundle is not automatically added so you must specify it if the updater is enabled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
platform: macOSscope: bundlerThe bundler used in our cli to make installersThe bundler used in our cli to make installersstatus: backlogIssue is ready and we can work on itIssue is ready and we can work on ittype: bug