8000 Debian builds for ARM64 and Linux x64 by neochaos42 · Pull Request #2714 · arduino/arduino-ide · GitHub
[go: up one dir, main page]

Skip to content

Debian builds for ARM64 and Linux x64 #2714

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update package.json
  • Loading branch information
neochaos42 authored Apr 19, 2025
commit d843ef03f7f9cdabbac96868a78146cbb67ca4b0
3 changes: 2 additions & 1 deletion electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.3.7",
"license": "AGPL-3.0-or-later",
"main": "./src-gen/backend/electron-main.js",
"homepage": "https://arduino.cc/en/software",
"dependencies": {
"@theia/core": "1.57.0",
"@theia/debug": "1.57.0",
Expand Down Expand Up @@ -102,7 +103,7 @@
}
}
},
"author": "Arduino SA",
"author": "Arduino SA (https://arduino.cc/) <security@arduino.cc>",
"description": "Arduino IDE",
"build": {
"appId": "cc.arduino.IDE2",
Expand Down
0