Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 850 Bytes

compiling-for-windows.md

File metadata and controls

35 lines (18 loc) · 850 Bytes

Compiling for Windows

Getting Started

Recommended / Required Development Utilities

NodeJS

Bun

Git

Installing git on Windows can be done here

Cloning the repository

Open a command prompt window in the directory where you want Git to clone, and enter the following command.

git clone https://github.com/zolvy/AppleMusicElectron

Installing Dependencies

Feel free to use any node package manager pnpm, Yarn, npm, Bun, etc, run this command depending on your package manager.

pnpm install

Compiling AME

Same command just a different file

pnpm quasar build -m electron

Installing AME

Congratulations! You can find the file in the /dist folder