From c6d7827f6c8ba8f27b26b35e7affeeef818b3bb6 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 3 Mar 2022 12:13:20 -0800 Subject: [PATCH] Add Linux AppImage to nightly build download links Linux x86-64 builds of the Arduino IDE are now available in AppImage format in additional to the ZIP format. Since only the AppImage format IDE supports auto-updates (the IDE installed from the ZIP will notify of available updates, but can't auto-update), this will be the preferred format and so good beta testing coverage of it is especially important. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6e6a3dee..3378ecb11 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,14 @@ should be considered unstable: | Platform | 32 bit | 64 bit | | --------- | ------------------------ | ------------------------------------------------------------------------------------------------------ | -| Linux | | [Nightly Linux 64 bit] | +| Linux | | [Nightly Linux AppImage 64 bit]
[Nightly Linux ZIP file 64 bit] | | Linux ARM | [🚧 Work in progress...] | [🚧 Work in progress...] | | Windows | | [Nightly Windows 64 bit installer]
[Nightly Windows 64 bit MSI]
[Nightly Windows 64 bit ZIP] | | macOS | | [Nightly macOS 64 bit] | [🚧 work in progress...]: https://github.com/arduino/arduino-ide/issues/107 -[nightly linux 64 bit]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Linux_64bit.zip +[nightly linux appimage 64 bit]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Linux_64bit.AppImage +[nightly linux zip file 64 bit]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Linux_64bit.zip [nightly windows 64 bit installer]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Windows_64bit.exe [nightly windows 64 bit msi]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Windows_64bit.msi [nightly windows 64 bit zip]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Windows_64bit.zip