Skip to content

Commit

Permalink
feat: added trustedInsstaller and onUpgrade to revert
Browse files Browse the repository at this point in the history
  • Loading branch information
TheyCreeper committed Feb 26, 2025
1 parent f0c4a00 commit 28383b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
*.apbx.tmp
src/playbook/pester-tests
src/dependencies/local-build.ps1
src/playbook/VS Workspace.code-workspace
2 changes: 1 addition & 1 deletion src/playbook/Configuration/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ actions:
- !task: {path: 'atlas\appx.yml'}
- !task: {path: 'revert.yml'}
- !task: {path: 'atlas\default.yml'}
- !task: {path: 'tweaks.yml'}
- !task: {path: 'tweaks.yml'}
2 changes: 2 additions & 0 deletions src/playbook/Configuration/revert.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Reverts changes
description: Reverts changes from past versions
privilege: TrustedInstaller
onUpgrade: true
actions:
# https://github.com/Atlas-OS/Atlas/issues/1283
- !registryValue:
Expand Down

0 comments on commit 28383b1

Please sign in to comment.