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
+2 -2
View File
@@ -8,8 +8,8 @@ set "to_1=%ProgramFiles%\%app%"
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\*"
del /q /s "%to_1%\VSTPlugins\FabFilter Pro-Q 3.dll"
del /q "%to_1%\config\*"
del /q "%to_1%\VSTPlugins\FabFilter Pro-Q 3.dll"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\EqualizerAPO" /v "ConfigPath" /t REG_SZ /d "%storage%\%app%" /f
mklink "%to_1%\VSTPlugins\FabFilter Pro-Q 3.dll" "%FabFilter Pro-Q 3%"