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

WSATools v0.0.6c "You Wouldn't Get This From Any Other Guy"

Compare
Choose a tag to compare
@weareblahs weareblahs released this 01 Nov 14:48
· 134 commits to main since this release
e8b2813

Important - Please read

This script now checks if you're running the latest build of Windows 11. If it fails to check if you're running it, it will give you an error message and tells you to exit WSATools.

To test run the script on Windows 11 build 10.0.22000.282 or below (not for Windows 10, as WSA is an Windows 11-only application), run WSATools.bat directly inside the "main" folder.

v0.0.6 changes

  • Added WSAToolsLauncher to check OS compability
    • WSATools.bat moved to main directory with changes

v0.0.6b changes

  • Added WSAToolsLauncher_i. Users can run this to skip the 3-second timer after the system check.
  • Added README.txt with info for some stuffs
  • WSAToolsLauncher: Pointed this file to the right location. If you run this version without fart.exe in PATH then it should run correctly in this version

v0.0.6c changes

  • Commands run by fart will hide by default. [WSAToolsLauncher, WSAToolsLauncher_i, InstallXAPK]
  • Commands run by 7z will hide by default, instead, replacing it with echo (progress name). [InstallXAPK]
  • UpdateWSA now uses wget instead or curl.
  • More unicode box drawings on README.txt (Should be moved to misc updates?)
    • Example:
╔════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║													 ║
║ WSATools by weareblahs. Original source code can be found at https://github.com/weareblahs/WSATools.   ║
║ Download it here: https://github.com/weareblahs/WSAtools/releases/					 ║
║													 ║
╚════════════════════════════════════════════════════════════════════════════════════════════════════════╝

3rd-party tools additions:

  • wget (Original: https://savannah.gnu.org/git/?group=wget, currently using builds from https://eternallybored.org/misc/wget/)