Skip to content

Commit c66bc67

Browse files
committed
refactor: consolidate ADMX policies into main WAU.admx
Remove the separate WAU-Notifier.admx/adml files. All three deadline policies (UpdateDeadlineDays, ReminderIntervalDays, CompanyName) are already defined in the main WAU.admx/adml with identical valueName and registry key paths. Per Romanitho's feedback on PR #1132: a single ADMX file is easier to manage in Intune and the GitHub Actions release workflow. Also fixes a stale comment referencing info.png (now notify_icon.png).
1 parent e137cf8 commit c66bc67

3 files changed

Lines changed: 1 addition & 112 deletions

File tree

Sources/Policies/ADMX/WAU-Notifier.admx

Lines changed: 0 additions & 52 deletions
This file was deleted.

Sources/Policies/ADMX/en-US/WAU-Notifier.adml

Lines changed: 0 additions & 59 deletions
This file was deleted.

Sources/Winget-AutoUpdate/WAU-UpdatePrompt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ else {
289289
$instructionTxt.Text = "Check the box next to apps you're ready to update now, or update all at once. If you don't update all apps now, you will be reminded in $reminderDays $dayLabel."
290290
}
291291

292-
# Set window icon from WAU's info.png if available
292+
# Set window icon from WAU's notify_icon.png if available
293293
$iconPath = Join-Path $PSScriptRoot 'icons\notify_icon.png'
294294
if (Test-Path $iconPath) {
295295
$bitmap = New-Object System.Windows.Media.Imaging.BitmapImage

0 commit comments

Comments
 (0)