We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace7566 commit 37a241fCopy full SHA for 37a241f
src/MpvNet.Windows/GuiCommand.cs
@@ -277,7 +277,7 @@ void InstallCommandPalette()
277
278
try
279
{
280
- Environment.SetEnvironmentVariable("MPVNET_HOME", Player.ConfigFolder);
+ Environment.SetEnvironmentVariable("MPV_CONFIG_DIR", Player.ConfigFolder);
281
using Process proc = new Process();
282
proc.StartInfo.FileName = "powershell";
283
proc.StartInfo.Arguments = "-executionpolicy bypass -nologo -noexit -noprofile -command \"irm https://raw.githubusercontent.com/stax76/mpv-scripts/refs/heads/main/powershell/command_palette_installer.ps1 | iex\"";
0 commit comments