Update Fleet-maintained apps - #52157
Conversation
Generated automatically with cmd/maintained-apps.
Script Diff Resultsee/maintained-apps/outputs/chatgpt/darwin.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/extradock/darwin.json=== Install // faf78276 -> b1d54782 ===
--- /tmp/old.xaEbqJ 2026-08-30 08:09:28.407085290 +0000
+++ /tmp/new.BdMbST 2026-08-30 08:09:28.407085290 +0000
@@ -101,15 +101,15 @@
hdiutil detach "$MOUNT_POINT" || true
# copy to the applications folder
quit_and_track_application 'dignicy.extraDock'
-if [ -d "$APPDIR/extraDock.app" ]; then
- sudo mv "$APPDIR/extraDock.app" "$TMPDIR/extraDock.app.bkp" || exit $?
+if [ -d "$APPDIR/ExtraDock.app" ]; then
+ sudo mv "$APPDIR/ExtraDock.app" "$TMPDIR/ExtraDock.app.bkp" || exit $?
fi
-if ! sudo cp -R "$TMPDIR/extraDock.app" "$APPDIR"; then
+if ! sudo cp -R "$TMPDIR/ExtraDock.app" "$APPDIR"; then
# remove the partial copy so a failed install isn't inventoried as the new
# version, then restore the previous version if there was one
- sudo rm -rf "$APPDIR/extraDock.app"
- if [ -d "$TMPDIR/extraDock.app.bkp" ]; then
- sudo mv "$TMPDIR/extraDock.app.bkp" "$APPDIR/extraDock.app"
+ sudo rm -rf "$APPDIR/ExtraDock.app"
+ if [ -d "$TMPDIR/ExtraDock.app.bkp" ]; then
+ sudo mv "$TMPDIR/ExtraDock.app.bkp" "$APPDIR/ExtraDock.app"
fi
exit 1
fi
=== Uninstall // 40adcc1a -> 39871f56 ===
--- /tmp/old.hUEXEh 2026-08-30 08:09:28.434085031 +0000
+++ /tmp/new.5QkwYW 2026-08-30 08:09:28.434085031 +0000
@@ -93,7 +93,7 @@
}
quit_application 'dignicy.extraDock'
-sudo rm -rf "$APPDIR/extraDock.app"
+sudo rm -rf "$APPDIR/ExtraDock.app"
trash $LOGGED_IN_USER '~/Library/Application Support/ExtraDock'
trash $LOGGED_IN_USER '~/Library/Caches/dignicy.extraDock'
trash $LOGGED_IN_USER '~/Library/HTTPStorages/dignicy.extraDock'ee/maintained-apps/outputs/firefox@nightly/darwin.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) === |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. WalkthroughUpdated macOS manifests for ChatGPT, ExtraDock, and Firefox Nightly with newer package metadata, installer URLs, and SHA-256 checksums. Updated version and patch targets for ChatGPT and ExtraDock. Corrected ExtraDock installation, rollback, restoration, and uninstallation paths to use Merge Risk: ⚪ Minimal · up to This PR refreshes maintained-app versions, download metadata, checksums, and an application path in three localized manifest files; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Description checkResolution Update the description to follow the repository template. Add or remove the related issue line as appropriate, complete all applicable checklist items, document testing or explain why it is not applicable, and remove irrelevant sections if they do not apply. Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (3 skipped: 3 unsupported.)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Closing in favor of #52158. |
Automated ingestion of latest Fleet-maintained app data.
Summary by CodeRabbit