tauri icon indicating copy to clipboard operation
tauri copied to clipboard

[feat] move updater bundle target to a separate field

Open Legend-Master opened this issue 1 year ago • 1 comments

Describe the problem

About updater configs, I think updater is not really a "target" anymore

Describe the solution you'd like

I would suggest we change our config files a bit, removing updater from bundle targets, instead making it a separate field, like:

updater: true | false | "legacyZipped"

  • true: only generates/reuses non-zipped installers/updaters
  • legacyZipped: keep the v1 behavior

Alternatives considered

No response

Additional context

No response

Legend-Master avatar May 21 '24 05:05 Legend-Master

I think that makes sense but will need an equivalent --updater CLI flag.

amrbashir avatar May 21 '24 23:05 amrbashir