This commit is contained in:
2025-07-24 21:22:48 +03:00
parent 989c1f01bd
commit 8ad7e813f2
17 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ set "app=Nekoray"
set "from_1=%storage%\%app%\%computername%\config"
set "to_1=%localappdata%\Microsoft\WinGet\Packages\MatsuriDayo.NekoRay_Microsoft.Winget.Source_8wekyb3d8bbwe\nekoray\config"
rd /s /q "%to_1%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal