Arudino-cli.exe missing from 2.3.2?

I've packaged Arduino 2.1.1 for deployment in a school environment (Installed with ALLUSERS=1) and was able to call arduino-cli.exe at "C:\Program Files\arduino-ide\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe" to install board packages and well as configure some other things.

After installing 2.3.2, the arduino-cli.exe is completely missing and is no longer found at "C:\Program Files\arduino-ide\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe". The "node_modules" folder doesn't even exist. I cannot locate the arduino-cli.exe anywhere in this new version.

I would greatly appreciate any advice on how to call ardunio-cli.exe in this new version. Otherwise, I can't update to the latest version.

Hi @rortt11. It was moved to a different location. It is now at resources\app\lib\backend\resources\arduino-cli.exe under the Arduino IDE installation folder.