SMLoadr-AUX icon indicating copy to clipboard operation
SMLoadr-AUX copied to clipboard

Target executable with 1.23.0

Open DJRevenant opened this issue 4 years ago • 2 comments

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?

DJRevenant avatar Aug 04 '20 05:08 DJRevenant

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?

DJRevenant avatar Aug 04 '20 06:08 DJRevenant

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

TheDarkTron avatar Nov 19 '20 18:11 TheDarkTron