Commit 62e9428
fix(ci): use .cmd wrapper for Windows signtool signing
Tauri signCommand cannot directly execute signtool.exe when its path
contains spaces (Program Files). Write a .cmd batch wrapper (matching
build.ps1 approach) and invoke it via cmd /C in the structured
signCommand format.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0dbdd2c commit 62e9428
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
164 | 166 | | |
165 | 167 | | |
166 | | - | |
| 168 | + | |
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
| |||
0 commit comments