this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add PATH environment variable

+6
+1
cli.js
··· 64 64 new URL('dark-mode-notify.swift', import.meta.url), 65 65 ), 66 66 logPath: envPaths(packageJson.name).log, 67 + path: process.env.PATH, 67 68 }, 68 69 ); 69 70
+5
launch-agent.xml
··· 11 11 <string>{logPath}/dark-mode-notify-stderr.log</string> 12 12 <key>StandardOutPath</key> 13 13 <string>{logPath}/dark-mode-notify-stdout.log</string> 14 + <key>EnvironmentVariables</key> 15 + <dict> 16 + <key>PATH</key> 17 + <string>{path}</string> 18 + </dict> 14 19 <key>ProgramArguments</key> 15 20 <array> 16 21 <string>{darkModeNotifyPath}</string>