-
Notifications
You must be signed in to change notification settings - Fork 180
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
refactor(app-shell): Remove unused app-shell files (auto-update prep) #868
Conversation
Codecov Report
@@ Coverage Diff @@
## v3a #868 +/- ##
=======================================
Coverage 69.92% 69.92%
=======================================
Files 197 197
Lines 6385 6385
Branches 203 203
=======================================
Hits 4465 4465
Misses 1850 1850
Partials 70 70 Continue to review full report at Codecov.
|
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.
🏷
{ | ||
label: 'Report an Issue', | ||
click: () => { | ||
require('electron').shell.openExternal(pkg.bugs.url) |
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 does not work in production builds: electron-userland/electron-builder#2606
{ | ||
label: 'Learn More', | ||
click: () => { | ||
require('electron').shell.openExternal('https://opentrons.com/') |
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.
Use pkg.homepage
?
|
Sorry y'all, forgot to call that out. The export OT_TIME_SUFFIX=-some_time
export OT_BRANCH_SUFFIX=-some_branch
export OT_COMMIT_SUFFIX=-some_commit |
overview
In preparation for feature work on #810, this PR removes a bunch of unused legacy app-shell code related to user settings, updates, and the menu bar.
changelog
review requests
Please make sure the
make -C app-shell dist-YOUR_OS_HERE
tasks still work on your machine