cli icon indicating copy to clipboard operation
cli copied to clipboard

Create bundle command

Open ealmloff opened this issue 2 years ago • 3 comments

Creates a wrapper around the tauri-bundle library to allow first party bundling for Dioxus. The tarui bundle library is more complete than the cargo-bundle library. Windows support is more stable and more targets are supported.

  • [x] Docs for the CLI
  • [x] Test bundling Windows

This has only been tested on windows but it should support MacOs and Linux as well. Testing for other platforms is needed.

ealmloff avatar Mar 09 '23 15:03 ealmloff

Tooshel tried bundling on MacOS and got an error: image

I don't have access to a macOS device to debug the underlying issue here

ealmloff avatar Mar 15 '23 20:03 ealmloff

should probably add --feature propagation analogous to #122 #130 ... might warrant some code unification for arguments passing, since every change now has to be made three times (at least, haven't checked)

spookyvision avatar Apr 07 '23 17:04 spookyvision

MacOS is blocked by https://github.com/tauri-apps/tauri/issues/3055

ealmloff avatar Jun 21 '23 23:06 ealmloff