discord-client/README.md

24 lines
817 B
Markdown
Raw Permalink Normal View History

2023-05-12 14:56:09 +03:00
Download in: https://github.com/Boocord/discord-client/releases/
2023-05-12 13:29:45 +03:00
# What is boocord?
2023-05-12 13:32:13 +03:00
Boocord is a discord client built with nativefier.
2023-03-07 22:36:54 +03:00
2023-05-12 13:29:45 +03:00
## Is it safe?
2023-03-07 22:39:03 +03:00
Trusted by antiviruses & sandboxes.
![image](https://user-images.githubusercontent.com/85783692/223534002-f8ef79f6-9391-4b43-9ada-9e18f3b749f0.png)
2023-05-12 13:29:45 +03:00
### Wanna build yourself?
2023-05-12 13:33:58 +03:00
First you need install nativefier.
2023-05-12 13:34:23 +03:00
2023-05-12 13:29:45 +03:00
`npm install nativefier`
2023-05-12 13:29:59 +03:00
2023-05-12 13:33:58 +03:00
For Build Boocord:
2023-05-12 13:29:45 +03:00
`nativefier --name 'Boocord' 'discord.com/app' --disable-gpu --tray -u "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 uacq"`
2023-05-12 13:29:59 +03:00
2023-05-12 13:33:58 +03:00
For Build Boocord PTB:
2023-05-12 13:34:11 +03:00
`nativefier --name 'Boocord PTB' 'ptb.discord.com/app' --disable-gpu --tray -u "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 uacq"`
2023-05-12 13:33:58 +03:00
2023-05-12 13:29:45 +03:00
Build done!