refactor(macos-sign): use base64 crate instead of Command (#15038)

* refactor(macos-sign): use base64 crate instead of Command

* add base64 crate as a dependency

* add change file

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
Amr Bashir
2026-03-10 14:14:58 +02:00
committed by GitHub
parent 6cb86c9e42
commit eacd36a4ea
4 changed files with 22 additions and 26 deletions

5
.changes/base64.md Normal file
View File

@@ -0,0 +1,5 @@
---
"tauri-macos-sign": patch:enhance
---
Do not rely on system base64 CLI to decode certificates.