Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AiekDev committed Mar 12, 2024
1 parent d20c138 commit 2be052a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Credits to [this guy](https://www.deviantart.com/miltonator/art/Discord-Icon-for
## Building

Packaging will create builds in the dist/ folder. You can then install them like mentioned above or distribute them
NOTE: Make sure you have Nodejs installed.
NOTE: Make sure you have Nodejs installed. Building aerocord is possible on Windows Vista so I doubt you will have any problems

```sh
# download aerocord from github and then open it in vscode or vscodium
Expand All @@ -23,6 +23,8 @@ npm i --force

# Build it
npm run package

# Check the dist folder and then you're almost done, replace modern electron's binaries with supermiun-electron binaries (do not change anything in the resources folder though)
```

After you're done, use win32ss's [supermium-electron](https://github.com/win32ss/supermium-electron/releases) to bring back the windows 7+ support.
Expand Down

0 comments on commit 2be052a

Please sign in to comment.