Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit e50e008

Browse files
committed
0.25.203
0.25.204 0.25.205 0.25.206 0.25.207
1 parent 33166d3 commit e50e008

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

app/windowsInit.js

+6-8
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,12 @@ if (process.platform === 'win32') {
172172

173173
// silent install brave-core
174174
// TODO: store install attempt in appState https://github.com/brave/brave-browser/issues/1911
175-
if (true) {
176-
if (InstallBraveCore()) {
177-
// relaunch and append argument expected in:
178-
// https://github.com/brave/brave-browser/issues/1545
179-
const installedPath = GetBraveCoreInstallPath()
180-
execSync(`"${installedPath}/brave.exe" --upgrade-from-muon`)
181-
app.exit()
182-
}
175+
if (InstallBraveCore()) {
176+
// relaunch and append argument expected in:
177+
// https://github.com/brave/brave-browser/issues/1545
178+
const installedPath = GetBraveCoreInstallPath()
179+
execSync(`"${installedPath}/brave.exe" --upgrade-from-muon`)
180+
app.exit()
183181
}
184182
}
185183

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brave",
3-
"version": "0.25.202",
3+
"version": "0.25.207",
44
"description": "Brave laptop and desktop browser",
55
"main": "./app/index.js",
66
"config": {

0 commit comments

Comments
 (0)