Update 'building.md'
parent
3a3a810c85
commit
fd1c1e14d2
12
building.md
12
building.md
|
@ -2,17 +2,26 @@
|
|||
|
||||
### before u do any of this stuff:
|
||||
youll need nodejs, assuming youre on an "outdated" windows 7 system: https://git.randomserver.top/aiek/nodejs7
|
||||
|
||||
a brain
|
||||
|
||||
vscode/vscodium or webstorm
|
||||
|
||||
## les do dis!!!!!
|
||||
1. clone your repository (or download as a zip, doesnt matter 1 is just more convenient than the other)
|
||||
|
||||
```git clone https://git.randomserver.top/aiek/aerocord.git```
|
||||
|
||||
2. now open dis 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```
|
||||
|
||||
NOTE: if this happens to you
|
||||
|
@ -23,7 +32,8 @@ operable program or batch file.
|
|||
then just do ```npm i pnpm --force``` and try again
|
||||
|
||||
|
||||
after its done building, just grab the asar file out of one of those files (usually found in the recources folder) and bundle it with dis https://git.randomserver.top/aiek/supermium-electron28-patched
|
||||
after its done building, just grab the asar file out of one of those files (usually found in the recources folder) and bundle it
|
||||
with dis https://git.randomserver.top/aiek/supermium-electron28-patched
|
||||
|
||||
|
||||
if the instructions are **unclear**, hmu on the discord
|
||||
|
|
Loading…
Reference in New Issue