SMLoadr-AUX
SMLoadr-AUX copied to clipboard
Target executable with 1.23.0
I'm trying to update SMLoadr 1.23.0, so I can download 320kpbs again, but there's no target executable to point to with AUX 2.0. I'm downloading the source code zip from here: https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr/releases Is that the correct download?
Looking at previous issues it seems like they've posted the executable on the telegram page, but I don't have a smartphone and can't seem to download it through my browser. Can someone upload it to something I can access?
Hi there! If you downloaded the source code zip you will need to build the executable. Follow the instructions here: https://git.fuwafuwa.moe/SMLoadrDevs/SMLoadr/wiki/How-to-use%2C-run-and-compile#user-content-how-to-compile-to-executable
Windows:
# Install dependencies
npm install
# Run the build script
BUILD.cmd
Linux:
# Install dependencies
npm install
# Run the build script
./BUILD.sh linux
# Run './BUILD.sh -h' for help