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
Rename executable and releases to Arduino Cloud Agent (#961)
* Change name in the docs
* Change executable's name
* Change debug console's name
* Update name in test release workflow
* Update name in release workflow
* Change name used in the installer
* Rename .app to Cloud Agent
* Check that either the Create Agent or the Cloud Agent exist when autoupdating on macos
* Fix typo
* Revert changes on the zipped notarized app bundle uploaded to s3
We are keeping it this way because it is used by the autoupdate procedure on macos
# The notarize-macos job will download the macos bundle from the previous job, sign, notarize and re-upload it, uploading it also on s3 download servers for the autoupdate.
247
247
notarize-macos:
@@ -262,10 +262,10 @@ jobs:
262
262
- name: Download artifact
263
263
uses: actions/download-artifact@v4
264
264
with:
265
-
name: ArduinoCreateAgent.app_${{ matrix.arch }}
265
+
name: ArduinoCloudAgent.app_${{ matrix.arch }}
266
266
267
267
- name: un-Tar bundle
268
-
run: tar -xvf ArduinoCreateAgent.app_${{ matrix.arch }}.tar
268
+
run: tar -xvf ArduinoCloudAgent.app_${{ matrix.arch }}.tar
[](https://github.com/arduino/arduino-create-agent/actions/workflows/test-go-task.yml)
@@ -8,7 +8,7 @@
8
8
[](https://github.com/arduino/arduino-create-agent/actions/workflows/check-go-dependencies-task.yml)
9
9
[](https://github.com/arduino/arduino-create-agent/actions/workflows/check-go-task.yml)
10
10
11
-
The Arduino Create Agent is a single binary that will sit on the traybar and work in the background. It allows you to use the [Arduino Create applications](https://create.arduino.cc) to seamlessly upload code to any USB connected Arduino board (or Yún in LAN) directly from the browser.
11
+
The Arduino Cloud Agent is a single binary that will sit on the traybar and work in the background. It allows you to use the [Arduino Create applications](https://create.arduino.cc) to seamlessly upload code to any USB connected Arduino board (or Yún in LAN) directly from the browser.
12
12
13
13
## Architecture
14
14
@@ -18,7 +18,7 @@ The Arduino Create Agent is a single binary that will sit on the traybar and wor
18
18
| Browser |
19
19
| | Web socket +----------------------+ flashes +---------------+
| | Arduino Create Web Editor | +--------------->| |<------------+ |
23
23
| | | | REST API +----------------------+ serial +---------------+
24
24
| +---------------------------+ |
@@ -74,7 +74,7 @@ By signing off your commits, you agree to the following agreement, also known as
74
74
75
75
## Authors and acknowledgment
76
76
77
-
arduino-create-agent is a fork of @[johnlauer](https://github.com/johnlauer)'s [serial-port-json-server](https://github.com/johnlauer/serial-port-json-server) (which we really want to thank for his kindness and great work)
77
+
arduino-cloud-agent is a fork of @[johnlauer](https://github.com/johnlauer)'s [serial-port-json-server](https://github.com/johnlauer/serial-port-json-server) (which we really want to thank for his kindness and great work)
78
78
79
79
The history has been rewritten to keep the repo small (thus removing all binaries committed in the past)
0 commit comments