Skip to content

Commit

Permalink
Merge branch 'main' into powershell-rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Aug 9, 2024
2 parents a979e6e + f67d65d commit f12547f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/playbook/Configuration/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ actions:
weight: 10
wait: true
exeDir: true
handleExitCodes: {'>1': halt}
- !cmd:
command: 'robocopy "AtlasDesktop" "%windir%\AtlasDesktop" /E /PURGE /IM /IT /NP > nul'
weight: 10
wait: true
exeDir: true
handleExitCodes: {'>1': halt}
- !cmd:
command: 'copy /y "Themes" "%windir%\Resources\Themes" > nul'
weight: 10
Expand Down

0 comments on commit f12547f

Please sign in to comment.