We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d76e76 commit 2cf5cb5Copy full SHA for 2cf5cb5
electron-app/package.json
@@ -4,6 +4,7 @@
4
"version": "2.3.7",
5
"license": "AGPL-3.0-or-later",
6
"main": "./src-gen/backend/electron-main.js",
7
+ "homepage": "https://arduino.cc/en/software",
8
"dependencies": {
9
"@theia/core": "1.57.0",
10
"@theia/debug": "1.57.0",
@@ -102,7 +103,7 @@
102
103
}
104
105
},
- "author": "Arduino SA",
106
+ "author": "Arduino SA (https://arduino.cc/) <[email protected]>",
107
"description": "Arduino IDE",
108
"build": {
109
"appId": "cc.arduino.IDE2",
@@ -154,7 +155,8 @@
154
155
"linux": {
156
"target": [
157
"zip",
- "AppImage"
158
+ "AppImage",
159
+ "rpm"
160
],
161
"category": "Development",
162
"icon": "resources/icons"
0 commit comments