From 333d56b7c5c1b0258c4df440150d7582ef02d6ec Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:36:33 +0100 Subject: [PATCH] fix(custom): theme copying --- src/playbook/Configuration/custom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playbook/Configuration/custom.yml b/src/playbook/Configuration/custom.yml index 5e61896fa0..250d729323 100644 --- a/src/playbook/Configuration/custom.yml +++ b/src/playbook/Configuration/custom.yml @@ -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