Commit c9407bf
committed
[21857] Make autoupdater faster when downloading a new LC version
This patch ensures the autoupdater uses libUrlDownloadToFile when
downloading a new LC version. Previously, <load url> was used,
which is OK for small files, but painfully slow for large files1 parent cd7d1b7 commit c9407bf
File tree
2 files changed
+2
-2
lines changed- builder/installer
- docs/notes
2 files changed
+2
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments