Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] bundler doesn't clean up .app bundle if only .dmg is enabled #7081

Closed
tauri-bot opened this issue May 29, 2023 · 0 comments · Fixed by #7116
Closed

[bug] bundler doesn't clean up .app bundle if only .dmg is enabled #7081

tauri-bot opened this issue May 29, 2023 · 0 comments · Fixed by #7116
Labels
platform: macOS scope: bundler The bundler used in our cli to make installers status: backlog Issue is ready and we can work on it type: bug

Comments

@tauri-bot
Copy link

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.
@FabianLars FabianLars added type: bug platform: macOS status: backlog Issue is ready and we can work on it scope: bundler The bundler used in our cli to make installers labels May 29, 2023
@FabianLars FabianLars changed the title Consider adding a variable **Bundles** to filter bundles [bug] bundler doesn't clean up .app bundle if only .dmg is enabled May 29, 2023
lucasfernog added a commit that referenced this issue Jun 5, 2023
#7116)

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: macOS scope: bundler The bundler used in our cli to make installers status: backlog Issue is ready and we can work on it type: bug
Projects
None yet
2 participants