DCC-EX / EX-Installer

A Python based cross-platform installer
GNU General Public License v3.0
1 stars 3 forks source link

[To Do]: Improve Git process and upgrade order process #155

Closed peteGSX closed 3 months ago

peteGSX commented 3 months ago

Task description

Diff:

` diff --git a/ex_installer/arduino_cli.py b/ex_installer/arduino_cli.py index afa7237..f0520c8 100644 --- a/ex_installer/arduino_cli.py +++ b/ex_installer/arduino_cli.py @@ -202,7 +202,7 @@ class ArduinoCLI:

Dictionary for additional board/platform support for the Arduino CLI

 extra_platforms = {
     "Espressif ESP32": {
habazut commented 3 months ago

https://www.stacken.kth.se/~haba/misc/exinstaller-issue155-fix.patch.zip

peteGSX commented 3 months ago

` diff --git a/ex_installer/git_client.py b/ex_installer/git_client.py index 85bac66..674aecb 100644 --- a/ex_installer/git_client.py +++ b/ex_installer/git_client.py @@ -240,8 +240,7 @@ class GitClient: """ Gets the ref for the named branch """

`