Skip to content

Commit f953f9e

Browse files
Rename .app to Cloud Agent
1 parent 062c88e commit f953f9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183

184184
runs-on: macos-12
185185
env:
186-
EXE_PATH: "skel/ArduinoCreateAgent.app/Contents/MacOS/"
186+
EXE_PATH: "skel/ArduinoCloudAgent.app/Contents/MacOS/"
187187

188188
steps:
189189
- name: Checkout
@@ -214,7 +214,7 @@ jobs:
214214

215215
- name: Generate Info.plist for MacOS
216216
run: |
217-
cat > skel/ArduinoCreateAgent.app/Contents/Info.plist <<EOF
217+
cat > skel/ArduinoCloudAgent.app/Contents/Info.plist <<EOF
218218
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict><key>CFBundlePackageType</key><string>APPL</string><key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
219219
220220
<key>CFBundleIconFile</key> <string>AppIcon.icns</string>
@@ -306,7 +306,7 @@ jobs:
306306
run: |
307307
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
308308
# See: https://github.com/mitchellh/gon#configuration-file
309-
source = ["ArduinoCreateAgent.app"]
309+
source = ["ArduinoCloudAgent.app"]
310310
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
311311
312312
sign {
@@ -320,7 +320,7 @@ jobs:
320320
run: gon -log-level=debug -log-json "${{ env.GON_CONFIG_PATH }}"
321321

322322
- name: Zip output app bundle
323-
run: ditto -c -k ArduinoCreateAgent.app/ ArduinoCloudAgent.app_${{ matrix.arch }}_notarized.zip
323+
run: ditto -c -k ArduinoCloudAgent.app/ ArduinoCloudAgent.app_${{ matrix.arch }}_notarized.zip
324324

325325
- name: Remove gon used for code signing
326326
run: |

0 commit comments

Comments
 (0)