-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Automate the install of brave-core (Windows) #1540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Blocked on #1782 |
Should be able to close this out today 😄 Just need to get a proper silent installer and add checks for when app is already installed |
@mbacchi can give me a hand tomorrow with the silent installer (also captured with https://github.com/brave/devops/issues/349) Next step for me is to add logic to the install to skip install/import when brave-core is already installed 😄 Checking that out now |
…k arch Added check for existing installs; install will be skipped if already installed Fixes brave/brave-browser#1540
Resolved with brave/browser-laptop@5882a33 |
…k arch Added check for existing installs; install will be skipped if already installed Fixes brave/brave-browser#1540
- Updates friendly name of app (as shown in Default app settings) to `Brave (old)` Fixes brave/brave-browser#1540 - Updated install script to check arch - Added check for existing installs; install will be skipped if already installed
… 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
… 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
Blocked on #1538The goal for this task is to write the code needed to execute the install of
brave-core
from withinbrowser-laptop
. This would likely be a JavaScript file that we package with the build which could make the shell execute calls needed to perform the install via node.jsRequirements
browser-laptop
releasebrave-core
is already installed, nothing needs to happenbrave-core
%userprofile%\AppData\Local\brave\app-0.26.0\Brave.exe
(or similar)The text was updated successfully, but these errors were encountered: