Commit 89ec656
authored
sign DLL files to be added into the MSI (#198)
So far only the MSI had been considered for signing. This commit adds
the logic to also sign the DLL files that are going to be packed into
the MSI.
The commit adds the code to find all the DLL files within the directory
unpackaged from the ZIP file produced by the build, then sign them with
same function used to sign the MSI file.1 parent 71e4745 commit 89ec656
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
164 | 173 | | |
165 | 174 | | |
166 | 175 | | |
| |||
0 commit comments