Update Fleet-maintained apps - #46448
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.
|
Closing in favor of #46449. |
Script Diff Resultsee/maintained-apps/outputs/joplin/windows.json=== Install // 03dd002b -> c256db87 ===
--- /tmp/old.Z5zhRK 2026-05-29 13:46:01.677788251 +0000
+++ /tmp/new.t6BNOF 2026-05-29 13:46:01.677788251 +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.VoDN3P 2026-05-29 13:46:01.699788231 +0000
+++ /tmp/new.zwj1jV 2026-05-29 13:46:01.699788231 +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()
} |
|
Caution Review failedThe pull request is closed. ℹ️ 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 installer manifest in Possibly related PRs
✨ 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