This commit is contained in:
oqyud
2025-06-14 23:11:35 +03:00
parent df363a6c8e
commit d2683cd8be
9 changed files with 121 additions and 89 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ set "app=EqualizerAPO"
set "from_1=%storage%\%app%"
set "to_1=%ProgramFiles%\%app%"
set "FabFilter Pro-Q 3=%ProgramFiles%\Steinberg\VSTPlugins\FabFilter\FabFilter Pro-Q 3.dll"
set "FabFilter Pro-Q 3=%ProgramFiles%\VSTPlugins\FabFilter\FabFilter Pro-Q 3.dll"
for /f "delims=" %%i in ('dir /aL /b %to_1%\config') do del "%%i"
del /q /s "%to_1%\config\*"
@@ -1,13 +1,13 @@
@echo off
setlocal
set "app=beets"
set "from_1=%storage%\%app%"
set "to_1=%appdata%\%app%"
rd /s /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
@echo off
setlocal
set "app=beets"
set "from_1=%storage%\%app%"
set "to_1=%appdata%\%app%"
rd /s /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal