Skip to content

Commit

Permalink
Bump Windows updater to v 1.3.361.121
Browse files Browse the repository at this point in the history
This contains the following improvements:

1. Disable some statistics collection in Brave's auto-updater on
   Windows.
2. We pulled in the latest changes from Google's upstream implementation
   of the auto-updater. This gives us the latest security and stability
   fixes.
3. We now use Visual Studio 2019 for compiling the auto-updater.
   Previously, we used the less-recommended VS 2017 for building the
   project.
4. We now make sure there are no local changes in the updater sources
   inside Brave's main repository after building. This streamlines other
   parts of Brave's build process such as npm run sync.
5. We made a few other small improvements to the build process of the
   auto-updater. It now gives better error messages and requires fewer
   parameters for a successful build.
  • Loading branch information
mherrmann committed Apr 4, 2022
1 parent f7bdf58 commit 2d974f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ deps = {
"vendor/requests": "https://github.com/kennethreitz/requests@e4d59bedfd3c7f4f254f4f5d036587bcd8152458",
"vendor/boto": "https://github.com/boto/boto@f7574aa6cc2c819430c1f05e9a1a1a666ef8169b",
"vendor/python-patch": "https://github.com/brave/python-patch@d8880110be6554686bc08261766538c2926d4e82",
"vendor/omaha": "https://github.com/brave/omaha.git@adcf41919ce8e86e7b2417ab9f53489a9c7ad9ab",
"vendor/omaha": "https://github.com/brave/omaha.git@035f6bb8d048bf5ebc7d82d5802a289178cfe30d",
"vendor/sparkle": "https://github.com/brave/Sparkle.git@57fb153bea4c71ed10102d50e68ead89ca483b49",
"vendor/bat-native-rapidjson": "https://github.com/brave-intl/bat-native-rapidjson.git@60b7e4574cebdd79f441bdd6f0f3ab469fd7e04c",
"vendor/bip39wally-core-native": "https://github.com/brave-intl/bat-native-bip39wally-core.git@0d3a8713a2b388d2156fe49a70ef3f7cdb44b190",
Expand Down

0 comments on commit 2d974f4

Please sign in to comment.