Skip to content

Commit

Permalink
🍻добавил ΠΌΠΎΠ΄ΠΈΡ„ΠΈΡ†ΠΈΡ€ΠΎΠ²Π°Π½Π½ΡƒΡŽ Π²Π΅Ρ€ΡΠΈΡŽ ΠΎΡ‚ Π₯Π°ΡƒΠ΄ΠΈ Π₯ΠΎΡ‡
Browse files Browse the repository at this point in the history
  • Loading branch information
scode18 authored Jul 17, 2024
1 parent f3b969c commit 2b34afc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 7 additions & 2 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,4 +26,4 @@ REM УдаляСм Π²Ρ€Π΅ΠΌΠ΅Π½Π½Ρ‹ΠΉ Ρ„Π°ΠΉΠ» CreateShortcut.vbs
del CreateShortcut.vbs

REM ЗапускаСм All Tweaker
All.Tweaker.py
All.Tweaker.Start.bat
1 change: 0 additions & 1 deletion setup.bat
Original file line number Diff line number Diff line change
@@ -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
7 changes: 6 additions & 1 deletion update.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 2b34afc

Please sign in to comment.