aerocord/build.md

27 lines
897 B
Markdown
Raw Permalink Normal View History

2024-12-19 02:00:04 -08:00
# BUILDING AEROCORD
2024-09-29 16:29:46 -07:00
2024-12-19 02:03:07 -08:00
## Things you will need
- Windows 10+ (because a few packages aerocord uses to build itself are unsupported on Windows 8.1 and under, and it isn't worth it using older ones to build aerocord, one of these packages is esbuild)
- NodeJS
- VSCode/VSCodium or Webstorm
2024-09-29 16:29:46 -07:00
2024-12-19 02:00:04 -08:00
### 1) Clone the git repo
2024-09-29 16:30:46 -07:00
2024-09-29 16:29:46 -07:00
```git clone https://git.randomserver.top/aiek/aerocord.git```
2024-09-29 16:30:46 -07:00
2024-12-19 02:00:04 -08:00
## 2) Open the folder in VSCode/VSCodium or Webstorm
2024-09-29 16:30:46 -07:00
2024-12-19 02:00:04 -08:00
## 3) Go to your terminal, then type:
2024-09-29 16:30:46 -07:00
```npm i pnpm -g```
```pnpm install```
2024-09-29 16:30:46 -07:00
2024-12-19 02:00:04 -08:00
This will **forcefully** install everything you need
2024-09-29 16:30:46 -07:00
2024-12-19 02:00:04 -08:00
## 4). After that is done, build it!
2024-09-29 16:30:46 -07:00
```pnpm package```
2024-09-29 16:29:46 -07:00
2024-12-19 02:00:04 -08:00
## 5) Bundle with a [patched](https://git.randomserver.top/aiek/supermium-electron28-patched) electron
2024-09-29 16:29:46 -07:00
2024-12-19 02:00:04 -08:00
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)