Commit 0a4403a
committed
CustomActions: correct destination path and permissions
This corrects the file handle to the temporary file to be opened with a
shared disposition, drop write privileges as we will not modify the
file, and correct the destination path. We were previously overwriting
the temporary file with itself, which made the operation meaningless.1 parent 6f4ade1 commit 0a4403a
File tree
1 file changed
+4
-2
lines changed- platforms/Windows/CustomActions/SwiftInstaller/Sources
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
352 | 354 | | |
353 | 355 | | |
354 | 356 | | |
| |||
359 | 361 | | |
360 | 362 | | |
361 | 363 | | |
362 | | - | |
| 364 | + | |
363 | 365 | | |
364 | 366 | | |
365 | 367 | | |
| |||
0 commit comments