You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove `embedded_autoextract`, it has never been used
* rework `config.ini` searching
By default the config.ini should be searched in the same directory of the binary.
If it's not found maybe could be in the parent of the binary, inside `Resources/` (we are on macos).
Added also some logging. Use `go-paths-helper` to ease things.
* fine-tune a config searching and parsing
* enable `ARDUINO_CREATE_AGENT_CONFIG` env var to specify the config.ini
* crashreports are now created in `.arduino-create/logs` to preserve macos bundle integrity
* embed config file and change a bit the logic of searching
* remove `config.ini` from the CI, now it's generated by the executable
* Use more appropriate directory folders for config.ini
* Moved config stuff in config.go
---------
Co-authored-by: Umberto Baldi <[email protected]>
Co-authored-by: umbynos <[email protected]>
0 commit comments