File tree 4 files changed +10
-11
lines changed
4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 7
7
"@theia/core" : " 1.19.0" ,
8
8
"@theia/debug" : " 1.19.0" ,
9
9
"@theia/editor" : " 1.19.0" ,
10
- "@theia/editor-preview" : " 1.19.0" ,
10
+ "@theia/editor-preview" : " 1.19.0" ,
11
11
"@theia/file-search" : " 1.19.0" ,
12
12
"@theia/filesystem" : " 1.19.0" ,
13
13
"@theia/keymaps" : " 1.19.0" ,
Original file line number Diff line number Diff line change 8
8
"@theia/core" : " 1.19.0" ,
9
9
"@theia/debug" : " 1.19.0" ,
10
10
"@theia/editor" : " 1.19.0" ,
11
- "@theia/editor-preview" : " 1.19.0" ,
11
+ "@theia/editor-preview" : " 1.19.0" ,
12
12
"@theia/electron" : " 1.19.0" ,
13
13
"@theia/file-search" : " 1.19.0" ,
14
14
"@theia/filesystem" : " 1.19.0" ,
Original file line number Diff line number Diff line change 51
51
"build" : {
52
52
"productName" : " Arduino IDE" ,
53
53
"asar" : false ,
54
+ "detectUpdateChannel" : false ,
55
+ "generateUpdatesFilesForAllChannels" : true ,
54
56
"directories" : {
55
57
"buildResources" : " resources"
56
58
},
75
77
}
76
78
],
77
79
"win" : {
78
- "target" : [
79
- " msi" ,
80
- " nsis" ,
81
- " zip"
82
- ]
80
+ "target" : [" msi" , " nsis" , " zip" ]
83
81
},
84
82
"mac" : {
85
83
"darkModeSupport" : true ,
86
84
"hardenedRuntime" : true ,
87
85
"gatekeeperAssess" : false ,
88
86
"entitlements" : " resources/entitlements.mac.plist" ,
89
87
"entitlementsInherit" : " resources/entitlements.mac.plist" ,
90
- "target" : [
91
- " dmg"
92
- ]
88
+ "target" : [" dmg" , " zip" ]
93
89
},
94
90
"linux" : {
95
91
"target" : [
96
92
{
97
93
"target" : " zip"
94
+ },
95
+ {
96
+ "target" : " AppImage"
98
97
}
99
98
],
100
99
"category" : " Development" ,
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ function generateTemplate(buildDate) {
107
107
version,
108
108
build : {
109
109
productName,
110
- appId : 'arduino.ProIDE ' ,
110
+ appId : 'cc. arduino.IDE2 ' ,
111
111
[ electronPlatform ( ) ] : {
112
112
artifactName : artifactName ( )
113
113
}
You can’t perform that action at this time.
0 commit comments