increase timeout from 10 to 30 and remove useless working directory
This commit is contained in:
parent
c939c7e519
commit
8b8d7b2de3
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ Component:
|
|||
Scripts:
|
||||
- Name: WSL Theming
|
||||
Command: bash
|
||||
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
|
||||
ArgsLight: [-c, "fish -c 'update-theme light'"]
|
||||
ArgsDark: [-c, "fish -c 'update-theme dark'"]
|
||||
AllowedSources: [Any]
|
||||
TimeoutMillis:
|
||||
TimeoutMillis: 30000
|
||||
|
|
Loading…
Reference in a new issue