Skip to content

Commit

Permalink
fix(atlas-theme): %WinDir -> %WinDir%
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Sep 3, 2023
1 parent e2119f6 commit 9b0cc81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ actions:
# Apply theme to current user
- !run:
exe: 'NSudoLC.exe'
args: '-U:E -UseCurrentConsole -Wait "%WinDir\Resources\Themes\atlas-dark.theme"'
args: '-U:E -UseCurrentConsole -Wait "%WinDir%\Resources\Themes\atlas-dark.theme"'
wait: true
exeDir: true
- !taskKill: {name: 'SystemSettings'}
Expand Down

0 comments on commit 9b0cc81

Please sign in to comment.