fix: use cargo-xwin wrapper script to resolve Tauri runner compatibility
Add cargo-xwin wrapper script that invokes `cargo xwin` subcommand and update Linux Windows build script to use wrapper as --runner instead of cargo-xwin binary name directly. Add chmod +x to ensure wrapper is executable before build.
This commit is contained in:
4
desktop-client/scripts/cargo-xwin
Normal file
4
desktop-client/scripts/cargo-xwin
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
|
||||
exec cargo xwin "$@"
|
||||
Reference in New Issue
Block a user