Jeffrey Hutchins
Jeffrey Hutchins
Installing progressively older versions of cargo-tauri indicates that the issue was introduced in 1.0.1. I'm going to attack it with git bisect and figure out what commit the issue was...
After bisecting it appears the issue was added in b025b9f581ac1a6ae0a26789c2be1e9928fb0282 which I suppose makes sense since that's associated with #4447 which is about setting the binary name.
@lucasfernog here is my Cargo.toml ``` [package] name = "app" version = "0.1.0" description = "A Tauri App" authors = ["you"] license = "" repository = "" default-run = "app"...
@lucasfernog ``` ❯ rustup target list aarch64-apple-darwin aarch64-apple-ios (installed) aarch64-apple-ios-sim (installed) aarch64-fuchsia aarch64-linux-android (installed) aarch64-pc-windows-msvc aarch64-unknown-linux-gnu aarch64-unknown-linux-musl aarch64-unknown-none aarch64-unknown-none-softfloat arm-linux-androideabi arm-unknown-linux-gnueabi arm-unknown-linux-gnueabihf arm-unknown-linux-musleabi arm-unknown-linux-musleabihf armebv7r-none-eabi armebv7r-none-eabihf armv5te-unknown-linux-gnueabi armv5te-unknown-linux-musleabi armv7-linux-androideabi (installed)...
I recognize that this might not be considered feature complete, but would it be possible to merge what's already been done and add to it over time? This is useful...
This looks awesome!
I'm working on this and the initial draft of the Wry implementation is done. https://github.com/tauri-apps/wry/pull/980
This should be resolved in https://github.com/tauri-apps/tauri/pull/7305