Skip to content
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

The folder structure has changed in release 2.3.4 #2588

Open
3 tasks done
tanakamasayuki opened this issue Dec 4, 2024 · 1 comment
Open
3 tasks done

The folder structure has changed in release 2.3.4 #2588

tanakamasayuki opened this issue Dec 4, 2024 · 1 comment
Labels
type: imperfection Perceived defect in any part of project

Comments

@tanakamasayuki
Copy link

tanakamasayuki commented Dec 4, 2024

Describe the problem

The top level folder is gone.

To reproduce

The top level folder is gone.

2.3.3

https://downloads.arduino.cc/arduino-ide/arduino-ide_2.3.3_Linux_64bit.zip

$ unzip -l arduino-ide_2.3.3_Linux_64bit.zip |head
Archive:  arduino-ide_2.3.3_Linux_64bit.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  2024-09-25 09:37   arduino-ide_2.3.3_Linux_64bit/
     1096  2024-09-25 09:35   arduino-ide_2.3.3_Linux_64bit/LICENSE.electron.txt
  9242930  2024-09-25 09:35   arduino-ide_2.3.3_Linux_64bit/LICENSES.chromium.html
173385472  2024-09-25 09:35   arduino-ide_2.3.3_Linux_64bit/arduino-ide
    54096  2024-09-25 09:35   arduino-ide_2.3.3_Linux_64bit/chrome-sandbox
   136037  2024-09-25 09:35   arduino-ide_2.3.3_Linux_64bit/chrome_100_percent.pak
   196924  2024-09-25 09:35   arduino-ide_2.3.3_Linux_64bit/chrome_200_percent.pak

2.3.4

https://downloads.arduino.cc/arduino-ide/arduino-ide_2.3.4_Linux_64bit.zip

$ unzip -l arduino-ide_2.3.4_Linux_64bit.zip |head
Archive:  arduino-ide_2.3.4_Linux_64bit.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
     1096  2024-12-03 10:51   LICENSE.electron.txt
  9242930  2024-12-03 10:51   LICENSES.chromium.html
173385472  2024-12-03 10:51   arduino-ide
    54096  2024-12-03 10:51   chrome-sandbox
   136037  2024-12-03 10:51   chrome_100_percent.pak
   196924  2024-12-03 10:51   chrome_200_percent.pak
  1322280  2024-12-03 10:51   chrome_crashpad_handler

nightly

https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Linux_64bit.zip

$ unzip -l arduino-ide_nightly-latest_Linux_64bit.zip |head
Archive:  arduino-ide_nightly-latest_Linux_64bit.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  2024-12-03 03:23   arduino-ide_nightly-20241203_Linux_64bit/
     1096  2024-12-03 03:22   arduino-ide_nightly-20241203_Linux_64bit/LICENSE.electron.txt
  9242930  2024-12-03 03:22   arduino-ide_nightly-20241203_Linux_64bit/LICENSES.chromium.html
173385472  2024-12-03 03:22   arduino-ide_nightly-20241203_Linux_64bit/arduino-ide
    54096  2024-12-03 03:22   arduino-ide_nightly-20241203_Linux_64bit/chrome-sandbox
   136037  2024-12-03 03:22   arduino-ide_nightly-20241203_Linux_64bit/chrome_100_percent.pak
   196924  2024-12-03 03:22   arduino-ide_nightly-20241203_Linux_64bit/chrome_200_percent.pak

Expected behavior

arduino-ide_2.3.4_Linux_64bit folder

$ unzip -l arduino-ide_2.3.4_Linux_64bit.zip |head
Archive:  arduino-ide_2.3.4_Linux_64bit.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
     1096  2024-12-03 10:51   arduino-ide_2.3.4_Linux_64bit/LICENSE.electron.txt
  9242930  2024-12-03 10:51   arduino-ide_2.3.4_Linux_64bit/LICENSES.chromium.html
173385472  2024-12-03 10:51   arduino-ide_2.3.4_Linux_64bit/arduino-ide
    54096  2024-12-03 10:51   arduino-ide_2.3.4_Linux_64bit/chrome-sandbox
   136037  2024-12-03 10:51   arduino-ide_2.3.4_Linux_64bit/chrome_100_percent.pak
   196924  2024-12-03 10:51   arduino-ide_2.3.4_Linux_64bit/chrome_200_percent.pak
  1322280  2024-12-03 10:51   arduino-ide_2.3.4_Linux_64bit/chrome_crashpad_handler

Arduino IDE version

2.3.4

Operating system

Linux

Operating system version

none

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@tanakamasayuki tanakamasayuki added the type: imperfection Perceived defect in any part of project label Dec 4, 2024
@tanakamasayuki
Copy link
Author

There were no folders in Windows.
It was only available on Linux, so has this been fixed now?

$ unzip -l arduino-ide_2.3.3_Windows_64bit.zip |head
Archive:  arduino-ide_2.3.3_Windows_64bit.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
172650224  2024-09-25 11:43   Arduino IDE.exe
   135642  2024-09-25 11:41   chrome_100_percent.pak
   195396  2024-09-25 11:41   chrome_200_percent.pak
  4916712  2024-09-25 11:41   d3dcompiler_47.dll
  2887680  2024-09-25 11:41   ffmpeg.dll
 10717392  2024-09-25 11:41   icudtl.dat
   488960  2024-09-25 11:41   libEGL.dll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

1 participant