Set POSH_THEME
to full path
This commit is contained in:
parent
eb65199fb1
commit
d1076f9b2d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Start-SoftwareInstaller @args `
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($IsWindows) {
|
if ($IsWindows) {
|
||||||
[System.Environment]::SetEnvironmentVariable($varName, "%AppData%/$([System.IO.Path]::GetRelativePath($env:AppData, $theme))", "User");
|
[System.Environment]::SetEnvironmentVariable($varName, $theme, "User");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
. "$PSScriptRoot/../aliae/Manage.ps1";
|
. "$PSScriptRoot/../aliae/Manage.ps1";
|
||||||
|
|
Loading…
Reference in a new issue