Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
https://www.youtube.com/watch?v=Pw2OdxHHVlk
Browse files Browse the repository at this point in the history
  • Loading branch information
weareblahs committed Jan 10, 2022
1 parent 068e8bd commit e42956b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 32 deletions.
1 change: 0 additions & 1 deletion InstallWSA.bat
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ goto finish

:finishline
echo del postinstallwsa.bat && pause && exit >> postinstall.bat
goto finish

:finish
echo %ic1%
Expand Down
21 changes: 0 additions & 21 deletions UpdateWSA.bat

This file was deleted.

8 changes: 2 additions & 6 deletions WSAUtilities.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,21 @@ echo %productname% %version% %codename%
echo.
echo.

:PostInstallWSA Post-install message
echo %selectprompt%
if exist postinstallwsa.bat (
echo %s0%
goto continue
) else (
goto continue
)

:continue
echo %s1%
echo %s2%
echo %s3%
echo %s4%
echo %s5%
echo %s6%
echo.
echo %additional%
echo %a1%
Expand All @@ -57,7 +58,6 @@ if %var%== 2 GOTO installwsam
if %var%== 3 GOTO installapk
if %var%== 4 GOTO installxapk
if %var%== 5 GOTO prescreenshot
if %var%== 6 GOTO checkupdate
if %var%== A1 GOTO installaurora
if %var%== a1 GOTO installaurora
if %var%== A2 GOTO installlauncher
Expand Down Expand Up @@ -94,10 +94,6 @@ set /p var2=Select output type:
if %var2%== 1 cls && Screenshot
if %var2%== 2 cls && ScreenshotDT

:checkupdate
cls
UpdateWSA.bat

:installaurora
cls
InstallAurora.bat
Expand Down
2 changes: 1 addition & 1 deletion WSAUtilities.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[VersionInfo]
:: DO NOT CHANGE THIS LINE! This line is used to state the version of WSAtools that you're currently using.
ProductName=WSAUtilities
Codename="Never Gonna Give You Up"
Codename="Never Gonna Let You Down"
Version=0.1.0
[Localization]
Expand Down
3 changes: 0 additions & 3 deletions update_check

This file was deleted.

0 comments on commit e42956b

Please sign in to comment.