This repository has been archived on 2025-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
aerocord/build.md
2024-12-19 02:00:04 -08:00

899 B

BUILDING AEROCORD

Due to many of the packages aerocord uses to build itself being unsupported (such as esbuild), you will need a Windows 10+ machine

youll need nodejs, assuming youre on an "outdated" windows 7 system: https://git.randomserver.top/aiek/nodejs7

a brain

VSCode/VSCodium or Webstorm

1) Clone the git repo

git clone https://git.randomserver.top/aiek/aerocord.git

2) Open the folder in VSCode/VSCodium or Webstorm

3) Go to your terminal, then type:

npm i --force

This will forcefully install everything you need

4). After that is done, build it!

npm run package

5) Bundle with a patched electron

This is done by downloading the build, going into the "recources" folder and deleting the "default-app.asar" file (replacing it with the asar file you have just compiled)