diff --git a/install.bat b/install.bat index 7dece48..740c0d6 100644 --- a/install.bat +++ b/install.bat @@ -7,11 +7,16 @@ REM Загружаем All Tweaker с GitHub Utils\\busybox wget https://github.com/scode18/All-Tweaker/raw/main/All.Tweaker.py Utils\\busybox wget https://github.com/scode18/All-Tweaker/raw/main/tabs_data.py +Utils\\busybox wget https://github.com/scode18/All-Tweaker/raw/main/All.Tweaker.featuring.Howdy.Ho.py +Utils\\busybox wget https://github.com/scode18/All-Tweaker/raw/main/All.Tweaker.Start.bat +Utils\\busybox wget https://github.com/scode18/All-Tweaker/raw/main/elevator.exe +Utils\\busybox wget https://github.com/scode18/All-Tweaker/raw/main/launcher.exe + REM Создаем ярлык на рабочем столе с иконкой icon.ico echo Set oWS = WScript.CreateObject("WScript.Shell") > CreateShortcut.vbs echo sLinkFile = oWS.ExpandEnvironmentStrings("%USERPROFILE%\Desktop\All Tweaker.lnk") >> CreateShortcut.vbs echo Set oLink = oWS.CreateShortcut(sLinkFile) >> CreateShortcut.vbs -echo oLink.TargetPath = "%CD%\All.Tweaker.py" >> CreateShortcut.vbs +echo oLink.TargetPath = "%CD%\All.Tweaker.Start.bat" >> CreateShortcut.vbs echo oLink.IconLocation = "%CD%\icon.ico" >> CreateShortcut.vbs echo oLink.WorkingDirectory = "%CD%" >> CreateShortcut.vbs echo oLink.Save >> CreateShortcut.vbs @@ -21,4 +26,4 @@ REM Удаляем временный файл CreateShortcut.vbs del CreateShortcut.vbs REM Запускаем All Tweaker -All.Tweaker.py +All.Tweaker.Start.bat diff --git a/setup.bat b/setup.bat index e79ba8f..b1f9de7 100644 --- a/setup.bat +++ b/setup.bat @@ -1,6 +1,5 @@ @echo off && title Install All Tweaker && mode con: cols=100 lines=25 && color a Utils\busybox wget https://github.com/scode18/All-Tweaker/raw/main/update.bat -Utils\busybox wget https://github.com/scode18/All-Tweaker/raw/main/tabs_data.py update.bat diff --git a/update.bat b/update.bat index abd2288..3bf02e6 100644 --- a/update.bat +++ b/update.bat @@ -29,6 +29,11 @@ Utils\busybox wget https://github.com/scode18/All-Tweaker/raw/main/install.bat Utils\busybox wget https://github.com/scode18/All-Tweaker/raw/main/All.Tweaker.py Utils\busybox wget https://github.com/scode18/All-Tweaker/raw/main/tabs_data.py +Utils\\busybox wget https://github.com/scode18/All-Tweaker/raw/main/All.Tweaker.featuring.Howdy.Ho.py +Utils\\busybox wget https://github.com/scode18/All-Tweaker/raw/main/All.Tweaker.Start.bat +Utils\\busybox wget https://github.com/scode18/All-Tweaker/raw/main/elevator.exe +Utils\\busybox wget https://github.com/scode18/All-Tweaker/raw/main/launcher.exe + REM Распаковываем архив с помощью 7zip Utils\7za x tweaks.7z tweaks @@ -42,7 +47,7 @@ REM Создаем ярлык на рабочем столе с иконкой i echo Set oWS = WScript.CreateObject("WScript.Shell") > CreateShortcut.vbs echo sLinkFile = oWS.ExpandEnvironmentStrings("%USERPROFILE%\Desktop\All Tweaker.lnk") >> CreateShortcut.vbs echo Set oLink = oWS.CreateShortcut(sLinkFile) >> CreateShortcut.vbs -echo oLink.TargetPath = "%CD%\All.Tweaker.py" >> CreateShortcut.vbs +echo oLink.TargetPath = "%CD%\All.Tweaker.Start.bat" >> CreateShortcut.vbs echo oLink.IconLocation = "%CD%\icon.ico" >> CreateShortcut.vbs echo oLink.WorkingDirectory = "%CD%" >> CreateShortcut.vbs echo oLink.Save >> CreateShortcut.vbs