mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(cli): use correct variable on script to build Rust iOS code (#6581)
This commit is contained in:
committed by
GitHub
parent
332b3fc419
commit
6e3e4c22be
6
.changes/fix-ios-template.md
Normal file
6
.changes/fix-ios-template.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"cli.rs": patch
|
||||
"cli.js": patch
|
||||
---
|
||||
|
||||
Fixes the iOS project script to build the Rust library.
|
||||
@@ -159,6 +159,7 @@ pub fn exec(
|
||||
);
|
||||
}
|
||||
|
||||
map.insert("tauri-binary", binary.to_string_lossy());
|
||||
map.insert("tauri-binary-args", &build_args);
|
||||
map.insert("tauri-binary-args-str", build_args.join(" "));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user