Update Fleet-maintained apps - #46449
Conversation
Generated automatically with cmd/maintained-apps.
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
Script Diff Resultsee/maintained-apps/outputs/joplin/windows.json=== Install // 03dd002b -> c256db87 ===
--- /tmp/old.y8sn12 2026-05-29 13:46:31.838540312 +0000
+++ /tmp/new.JyZ4Z7 2026-05-29 13:46:31.838540312 +0000
@@ -1,12 +1,3 @@
-# Learn more about .exe install scripts:
-# http://fleetdm.com/learn-more-about/exe-install-scripts
-#
-# Joplin ships as a Nullsoft (NSIS) installer; /S runs silent.
-# /allusers forces a machine-wide install (per the winget manifest's
-# machine-scope Custom switch) -- needed because Fleet runs installs as
-# SYSTEM and the default is a per-user install that lands in the SYSTEM
-# profile.
-
$exeFilePath = "${env:INSTALLER_PATH}"
try {
=== Uninstall // a36fe00f -> 6eac6dfa ===
--- /tmp/old.7zDGQ9 2026-05-29 13:46:31.854540292 +0000
+++ /tmp/new.PvCMeo 2026-05-29 13:46:31.854540292 +0000
@@ -1,8 +1,3 @@
-# Locates Joplin's NSIS uninstaller from the registry and runs it silently.
-# Machine-scope install (/allusers) registers under HKLM; we also probe HKCU
-# in case a host has a leftover per-user install. The DisplayName includes
-# the version (e.g. "Joplin 3.6.14"), so we match with a wildcard.
-
$displayNameLike = "Joplin*"
$publisher = "Laurent Cozic"
@@ -48,8 +43,7 @@
if ($existingArgs -notmatch '\b/S\b') {
$existingArgs = ("$existingArgs /S").Trim()
}
-# Mirror the install: ensure all-users uninstall so the machine-scope ARP
-# entry under HKLM is removed (not just the calling user's HKCU view).
+
if ($existingArgs -notmatch '(?i)/allusers') {
$existingArgs = ("$existingArgs /allusers").Trim()
} |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR updates the Joplin Windows maintained-app manifest to use new script reference IDs for version 3.6.14. The Possibly related PRs
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Automated ingestion of latest Fleet-maintained app data.
Summary by CodeRabbit