- Notifications
You must be signed in to change notification settings - Fork5
Commit29943c8
authored
fix: use custom user data dir for updater WebView2 (#138)
The default location was in the install directory, which is notwriteable by regular users. We now store the WebView2 data directory inour AppData/Local folder.This is what it looked like when broken:1 parentcb62556 commit29943c8
2 files changed
+16
-2
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
|
Lines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| 12 | + | |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
| |||
174 | 176 |
| |
175 | 177 |
| |
176 | 178 |
| |
177 |
| - | |
178 |
| - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
179 | 191 |
| |
180 | 192 |
| |
181 | 193 |
| |
|
0 commit comments
Comments
(0)