Skip to content

Commit 8900025

Browse files
committed
fix: delete version specific files
1 parent 4edf7bd commit 8900025

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/playbook/Configuration/tweaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ tasks:
336336
- tweaks\statuses\status-misc.yml
337337
- tweaks\misc\config-time.yml
338338
- tweaks\misc\disable-game-mode.yml
339+
- tweaks\misc\delete-windows-specific-files.yml
339340
- tweaks\misc\config-oem-information.yml
340341
- tweaks\misc\rebuild-perf-counters.yml
341342
- tweaks\misc\restore-default-sleep-timeout.yml
342343
- tweaks\misc\create-shortcuts.yml
343-
- tweaks\misc\delete-version-specific-files.yml
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: Delete Windows-version Specific Tweaks
3-
description: Deletes Windows 10 or Windows 11-only tweaks in the Atlas folder, depending on the Windows version
3+
description: Deletes Windows 10 or Windows 11-only tweaks in the Atlas folder, depending on the current version
44
privilege: TrustedInstaller
55
actions:
6-
# Delete Windows 11-only tweaks
6+
# Windows 11-only
77
- !file: {path: '%windir%\AtlasDesktop\3. Configuration\Background Apps', builds: [ '!>=22000' ]}
88
- !file: {path: '%windir%\AtlasDesktop\3. Configuration\Power\Timer Resolution', builds: [ '!>=22000' ]}
99
- !file: {path: '%windir%\AtlasDesktop\4. Optional Tweaks\File Explorer Customization\Compact View', builds: [ '!>=22000' ]}
1010
- !file: {path: '%windir%\AtlasDesktop\4. Optional Tweaks\File Explorer Customization\Gallery', builds: [ '!>=22000' ]}
11+
- !file: {path: '%windir%\AtlasDesktop\4. Optional Tweaks\File Explorer Customization\Folders in This PC\Win11', builds: [ '!>=22000' ]}
1112
- !file: {path: '%windir%\AtlasDesktop\4. Optional Tweaks\Windows 11 Context Menu', builds: [ '!>=22000' ]}
1213
- !file: {path: '%windir%\AtlasModules\Tools\TimerResolution.exe', builds: [ '!>=22000' ]}
13-
- !file: {path: '%windir%\AtlasDesktop\4. Optional Tweaks\File Explorer Customization\Folders in This PC\Win11', builds: [ '!>=22000' ]}
1414

15-
# Delete Windows 10-only tweaks
16-
- !file: {path: '%windir%\AtlasDesktop\4. Optional Tweaks\Volume Flyout', builds: [ '>=22000' ], ignoreErrors: true}
15+
# Windows 10-only
1716
- !file: {path: '%windir%\AtlasDesktop\4. Optional Tweaks\File Explorer Customization\Folders in This PC\Win10', builds: [ '>=22000' ]}
17+
- !file: {path: '%windir%\AtlasDesktop\4. Optional Tweaks\Volume Flyout', builds: [ '>=22000' ], ignoreErrors: true}

0 commit comments

Comments
 (0)