Skip to content

Commit

Permalink
fix(custom): theme copying
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 4, 2024
1 parent 2ac9ee1 commit 333d56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playbook/Configuration/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ actions:
if (!$?) { exit 2 }
}
Copy-Item -Path 'Themes' -Destination """$windir\Resources\Themes""" -Force -Recurse
Copy-Item -Path 'Themes\*' -Destination """$windir\Resources\Themes""" -Force -Recurse
weight: 10
wait: true
exeDir: true
Expand Down

0 comments on commit 333d56b

Please sign in to comment.