Commit c1fbb4a
committed
packager: codesign: macos: Fix certificates
Currently, it is not possible to pass signing_certificate and
signing_certificate_password using Cargo.toml of config json. Instead,
from what I gather, environment variables should be used for these
variables. However, the current logic to fallback to environment variables
is erroneous and will only use environment variables if no macos property
is defined, as opposed to if the variable is not found in the config.
Signed-off-by: Ayush Singh <ayush@beagleboard.org>1 parent c34de36 commit c1fbb4a
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
| 174 | + | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | | - | |
| 179 | + | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
0 commit comments