From c348fcf7f7ad1c3453ef7ab49dc65ce5bbc71b29 Mon Sep 17 00:00:00 2001 From: hxvy0 Date: Fri, 12 May 2023 13:33:58 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ba692a9..21467c2 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,16 @@ Trusted by antiviruses & sandboxes. ![image](https://user-images.githubusercontent.com/85783692/223534002-f8ef79f6-9391-4b43-9ada-9e18f3b749f0.png) ### Wanna build yourself? + +First you need install nativefier. `npm install nativefier` +For Build Boocord: + `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"` +For Build Boocord PTB: + +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" + Build done!