diff --git a/win/setup/mpv.ps1 b/win/setup/mpv.ps1 index e1830ed..650ff9e 100644 --- a/win/setup/mpv.ps1 +++ b/win/setup/mpv.ps1 @@ -1,4 +1,4 @@ $dotfiles=(Get-Item $PSScriptRoot).Parent.Parent.FullName -New-Item -ItemType SymbolicLink -Target $dotfiles\config\mpv\mpv.conf -Path $Env:APPDATA\mpv\mpv.conf -Force -New-Item -ItemType SymbolicLink -Target $dotfiles\config\mpv\scripts -Path $Env:APPDATA\mpv\scripts -Force \ No newline at end of file +New-Item -ItemType SymbolicLink -Target $dotfiles\gui\mpv\mpv.conf -Path $Env:APPDATA\mpv\mpv.conf -Force +New-Item -ItemType SymbolicLink -Target $dotfiles\gui\mpv\scripts -Path $Env:APPDATA\mpv\scripts -Force