[bugfix] fix configuration path
This commit is contained in:
parent
738cc7581d
commit
fe53531391
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
$dotfiles=(Get-Item $PSScriptRoot).Parent.Parent.FullName
|
$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\gui\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
|
New-Item -ItemType SymbolicLink -Target $dotfiles\gui\mpv\scripts -Path $Env:APPDATA\mpv\scripts -Force
|
||||||
|
|
Loading…
Reference in New Issue
Block a user