Skip to content

Commit 6a55d85

Browse files
committed
Update template-package.json used to package IDE
1 parent 05978ab commit 6a55d85

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

browser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@theia/core": "1.19.0",
88
"@theia/debug": "1.19.0",
99
"@theia/editor": "1.19.0",
10-
"@theia/editor-preview": "1.19.0",
10+
"@theia/editor-preview": "1.19.0",
1111
"@theia/file-search": "1.19.0",
1212
"@theia/filesystem": "1.19.0",
1313
"@theia/keymaps": "1.19.0",

electron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@theia/core": "1.19.0",
99
"@theia/debug": "1.19.0",
1010
"@theia/editor": "1.19.0",
11-
"@theia/editor-preview": "1.19.0",
11+
"@theia/editor-preview": "1.19.0",
1212
"@theia/electron": "1.19.0",
1313
"@theia/file-search": "1.19.0",
1414
"@theia/filesystem": "1.19.0",

electron/build/template-package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
"build": {
5252
"productName": "Arduino IDE",
5353
"asar": false,
54+
"detectUpdateChannel": false,
55+
"generateUpdatesFilesForAllChannels": true,
5456
"directories": {
5557
"buildResources": "resources"
5658
},
@@ -75,26 +77,23 @@
7577
}
7678
],
7779
"win": {
78-
"target": [
79-
"msi",
80-
"nsis",
81-
"zip"
82-
]
80+
"target": ["msi", "nsis", "zip"]
8381
},
8482
"mac": {
8583
"darkModeSupport": true,
8684
"hardenedRuntime": true,
8785
"gatekeeperAssess": false,
8886
"entitlements": "resources/entitlements.mac.plist",
8987
"entitlementsInherit": "resources/entitlements.mac.plist",
90-
"target": [
91-
"dmg"
92-
]
88+
"target": ["dmg", "zip"]
9389
},
9490
"linux": {
9591
"target": [
9692
{
9793
"target": "zip"
94+
},
95+
{
96+
"target": "AppImage"
9897
}
9998
],
10099
"category": "Development",

electron/packager/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function generateTemplate(buildDate) {
107107
version,
108108
build: {
109109
productName,
110-
appId: 'arduino.ProIDE',
110+
appId: 'cc.arduino.IDE2',
111111
[electronPlatform()]: {
112112
artifactName: artifactName()
113113
}

0 commit comments

Comments
 (0)