-
Notifications
You must be signed in to change notification settings - Fork 970
Conversation
@bsclifton per discussion in slack, i would like to add some messaging/UI in this to help Linux users transition to the new repos (and also this should wait for https://github.com/brave/devops/issues/361). |
e50e008
to
162b040
Compare
app/updater.js
Outdated
options: { | ||
persist: false, | ||
advancedText: 'See instructions to upgrade to the latest version', | ||
advancedLink: 'https://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is blocked on the doc text being updated with the new signing keys: brave/brave-browser#1826
f1a319f
to
3321007
Compare
On Mac, the message looks great but I don't think the auto-install of b-c actually worked. I see this in the console:
|
|
per feedback in #15309 (comment) Auditors: @diracdeltas
@diracdeltas for the auto-install to work, you have to run packaging; I'm about to queue a build for Nightly channel if you're interested in trying it out? 😄 |
0721d3b
to
cb5c0fb
Compare
per feedback in #15309 (comment) Auditors: @diracdeltas
cb5c0fb
to
db32bcd
Compare
… stub executable. Fixes brave/brave-browser#1540 Fixes brave/brave-browser#1782 - Stub executable detects brave-core and will launch it (instead of browser-laptop) - Friendly name of app (as shown in Add/Remove programs and Default app settings) to `Brave (old)` - Dependencies updated
- install is done last (after possible relaunch due to missing args) - install is working good; however it's opening brave-core after the silent install Forcibly create desktop shortcut as a work-around for problems with electron-squirrel-startup Fixes brave/brave-browser#1867
ebf7321
to
12b1b7e
Compare
5af0fee
to
3f06a99
Compare
@diracdeltas feedback addressed in 3f06a99 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! ⚔️ ⚰️
Only shame is having ~200mb of binary files added to this Git repo, which would mean anyone who performs a fetch would have that forever in their .git folder. As this repo is soon to be archived, I'm sure that's not a big deal. If it was we could download from a remote location during packaging. If anyone every forks this repo for continued development then they can strip git's history if they like!
9e1f778
to
831b5ea
Compare
0.25.202 0.25.203 0.25.204 0.25.205 0.25.206 0.25.207 0.25.208 0.25.209 0.25.210 0.25.211 0.25.212 0.25.213 0.25.214 0.25.215 0.25.216 0.25.217
…ate on Windows (nightly channel)
removed from brave-core with brave/brave-browser#2047
Usage: `BUNDLE_NAME="My\ App" CHANNEL=nightly npm run build-package`
- deprecation notice shown - you can restore already existing groups (so that you can clear, if you'd like) - existing sync groups will show and can be cleared
I believe this was causing a crash during end-to-end testing
831b5ea
to
f0be763
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-approving due to new binaries and version bump
Farewell browser-laptop!
The final update for browser-laptop
Fixes #15315
Test plan
See brave/brave-browser#1536