Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake Brave portable ? #8691
Make Brave portable ? #8691
Comments
|
I will take a look at the wrapper today if I get some time over |
|
@crazy-max I'm going try. Could I know how to use it? thanks! |
|
@luixxiul All instructions are available in the README.md of brave-portable repository. |
|
I see, I wanted to know how to build the binary from the source code. Also is it OK to include the binary downloaded from Brave website, without including source code? (I'm just curious because I'm not familar with the licence stuff) CC @bbondy |
|
Indeed i use the binaries from the official website : Then i extract the setup and read the nupkg file instructions and make a self extraction and i copy the app-* folder and the execution stub to the root folder.
Then i package everything as 7z, zip and a simple InnoSetup like you can see in the latest release : https://github.com/crazy-max/brave-portable/releases/latest But like you said it would be better to create the binaries from source first. |
|
@crazy-max This is good. Compilation on Linux is straightforward. I have not had the time to compile on Windows. For people like us, we can have a git clone on our system which can be updated and built weekly using a cron job. A good solution for auto-update :), I think. However, for mass consumption two problems still remain unaddressed:
|
|
I'm going to close this issue in favor of #2953 Let's continue the conversation there though |
fix #8691 Test Plan: 1. https://jsfiddle.net/bkf50r8v/13/ should show no webgl fingerprint results with 'Fingerprinting Protection' enabled 2. https://browserleaks.com/webgl with fingerprint protection on: report hash should be '0C21A6FA2A9BD79DFF6E128FE55094B4', the image hash should be empty, all the fields under the triangle image should be empty
fix #8691 Test Plan: 1. https://jsfiddle.net/bkf50r8v/13/ should show no webgl fingerprint results with 'Fingerprinting Protection' enabled 2. https://browserleaks.com/webgl with fingerprint protection on: report hash should be '0C21A6FA2A9BD79DFF6E128FE55094B4', the image hash should be empty, all the fields under the triangle image should be empty
Hi,
I've created a small wrapper named brave-portable but i was wondering if you had planned to do one day a portable version of Brave?
Thanks