diff --git a/updater.bat b/updater.bat index f4749bc..b96bede 100644 --- a/updater.bat +++ b/updater.bat @@ -69,19 +69,13 @@ echo. echo Log: ==================================================================================================== echo. curl -0 -L https://raw.githubusercontent.com/Yuri010/Youtube-DL-Helper/main/ytdl-helper.bat -o ytdl-helper-new.bat -curl -0 -L https://raw.githubusercontent.com/Yuri010/Youtube-DL-Helper/main/Updater.bat -o updater-new.bat +curl -0 -L https://raw.githubusercontent.com/Yuri010/Youtube-DL-Helper/main/updater.bat -o updater-new.bat echo. echo ========================================================================================================= echo Updating to version %gver% over %lver%... -move ytdl-helper.bat ytdl-helper-old.bak move ytdl-helper-new.bat ytdl-helper.bat -move updater.bat updater-old.bak -move updater-new.bat updater.bat -cls -echo Updating to version %gver% over %lver%... Done! -echo. -echo Update success! -timeout /t 3 /nobreak > nul +timeout 1 > nul +start "" "cmd /c move updater-new.bat updater.bat" exit :: ==================================================FFMPEG==================================================