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 114a844ba80351bf708e8bd9f1703abdac1999ef
3 changes: 2 additions & 1 deletion electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
"linux": {
"target": [
"zip",
"AppImage"
"AppImage",
"deb"
],
"category": "Development",
"icon": "resources/icons"
Expand Down
0