Skip to content

Commit

Permalink
Update reinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
aitronz authored Sep 18, 2023
1 parent 1daf10d commit a65d6db
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions go-applio-manager.bat
Original file line number Diff line number Diff line change
Expand Up @@ -179,19 +179,22 @@ curl -LJO "%URL_BASE%/ffprobe.exe"
echo.
cls

echo Downloads completed!
echo Downloading torchcrepe
mkdir temp_torchcrepe
echo.

echo Checking if the local_fixes.py file exists in the Fixes folder...
if exist "%fixesFolder%\%localFixesPy%" (
echo Running the file...
runtime\python.exe "%fixesFolder%\%localFixesPy%"
) else (
echo The "%localFixesPy%" file was not found in the "Fixes" folder.
)
echo Clone the GitHub repository to the temporary directory
git clone --depth 1 https://github.com/maxrmorrison/torchcrepe.git temp_torchcrepe

echo Copy the "torchcrepe" folder and its contents to the current directory
robocopy "temp_torchcrepe\torchcrepe" ".\torchcrepe" /E
echo.

echo Fixes Applied!
echo Remove the temporary directory
rmdir /s /q temp_torchcrepe
echo.

echo Downloads completed!
echo.

echo Applio has been reinstalled!
Expand Down

0 comments on commit a65d6db

Please sign in to comment.