arduino / include-robot

GNU General Public License v3.0
7 stars 6 forks source link

installer: fail uploading with `io error: No such file or directory (os error 2)` #74

Closed dido18 closed 1 month ago

dido18 commented 1 month ago

using this release: https://github.com/arduino/include-robot/releases/tag/untagged-7f78dad2bfeda86a8d1c

image

csarnataro commented 1 month ago

This issue doesn't occur on MacOS. Confirmed on a Debian machine with .deb installer.

csarnataro commented 1 month ago

Apparently on Linux the app_cache_dir folder is not automatically created if it doesn't exist. This makes the instructions at: https://github.com/arduino/include-robot/blob/main/installer/src-tauri/src/main.rs#L65 fail.