Commit baa9b5f
Alberto Iannaccone
Automatically check for updates only once (arduino#863)
* Automatically check for updates only once
* set windows version to 2019 on CI1 parent 481497e commit baa9b5fCopy full SHA for baa9b5f
File tree
Expand file treeCollapse file tree
5 files changed
+17
-9
lines changedOpen diff view settings
Filter options
- .github/workflows
- arduino-ide-extension/src
- browser
- ide-updater
- common/protocol
- electron-main/ide-updater
Expand file treeCollapse file tree
5 files changed
+17
-9
lines changedOpen diff view settings
Collapse file
.github/workflows/build.yml
Copy file name to clipboardExpand all lines: .github/workflows/build.yml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
| 26 | + |
27 | 27 | |
28 | 28 | |
29 | 29 | |
|
Collapse file
arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
282 | 282 | |
283 | 283 | |
284 | 284 | |
285 | | - |
| 285 | + |
286 | 286 | |
287 | 287 | |
288 | 288 | |
|
Collapse file
arduino-ide-extension/src/browser/ide-updater/ide-updater-commands.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/ide-updater/ide-updater-commands.ts+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
35 | | - |
| 34 | + |
| 35 | + |
36 | 36 | |
37 | 37 | |
38 | 38 | |
|
Collapse file
arduino-ide-extension/src/common/protocol/ide-updater.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/common/protocol/ide-updater.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | | - |
| 50 | + |
51 | 51 | |
52 | 52 | |
53 | 53 | |
|
Collapse file
arduino-ide-extension/src/electron-main/ide-updater/ide-updater-impl.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/electron-main/ide-updater/ide-updater-impl.ts+12-4Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
15 | 16 | |
16 | 17 | |
17 | 18 | |
18 | 19 | |
19 | 20 | |
20 | | - |
| 21 | + |
21 | 22 | |
22 | 23 | |
23 | 24 | |
| ||
52 | 53 | |
53 | 54 | |
54 | 55 | |
55 | | - |
56 | | - |
57 | | - |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
58 | 66 | |
59 | 67 | |
60 | 68 | |
|
0 commit comments