Skip to content

Commit

Permalink
Switch to preinstalling Arduino IDE v2
Browse files Browse the repository at this point in the history
This is a total rewrite of the app, using Electron. Version 1 of the
IDE, which we were previously preinstalling, is no longer supported.

Sadly, the rewrite is not published for arm64. But we have always
incorrectly omitted version 1 of the IDE from arm64 (see previous
commit) so no great loss.

https://phabricator.endlessm.com/T35401
  • Loading branch information
wjt committed May 20, 2024
1 parent 08fbed6 commit b6c0142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/arch/arm64.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ apps_del =

[flatpak-remote-flathub]
apps_del =
cc.arduino.IDE2
com.endlessnetwork.aqueducts
com.endlessnetwork.blendertutorials
com.endlessnetwork.dragonsapprentice
Expand Down
2 changes: 1 addition & 1 deletion config/defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ apps_add_mandatory =
org.gnome.TextEditor
org.libreoffice.LibreOffice
apps_add =
cc.arduino.arduinoide
cc.arduino.IDE2
com.endlessm.photos
com.endlessnetwork.aqueducts
com.endlessnetwork.dragonsapprentice
Expand Down

0 comments on commit b6c0142

Please sign in to comment.