Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 765 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 765 Bytes

villain3ds

Download 3DS games to your PC as .cia files.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/tranxuanthang/villain3ds
# Go into the repository
cd villain3ds
# Install dependencies
npm install
# Run the app
npm start

Package

Run those commands:

# Go into the repository
cd villain3ds
# For Windows (32 bit)
npm run package-win
# For Windows (64 bit)
npm run package-win64
# For linux (64 bit)
npm run package-linux
# For macOS (64 bit)
npm run package-mac

Output is at ../release-builds.