-
Notifications
You must be signed in to change notification settings - Fork 61
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
Update README for packaged app #392
Conversation
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.
Looks good to me! Thanks! ☀️
README.md
Outdated
@@ -106,11 +116,11 @@ For example, to start the browser example app with a specific URL, one can run | |||
It's possible to package the repo's example application with `electron-builder`. After running `yarn` in the repo root, do: | |||
|
|||
```bash | |||
$ cd electron-app | |||
$ cd examples/electron |
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.
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.
I plan to fix it in the other PR as well.
README.md
Outdated
$ yarn package | ||
``` | ||
|
||
The configured Linux packaging(s) will be generated folder `electron-app/dist` | ||
The configured Linux packaging(s) will be generated folder `examples/electron/dist` |
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.
Here's the other required correction to have the existing packaging code work as expected.
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.
I plan to fix it in the other PR as well.
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.
Both @thefinaljob and @IbrahimFradj needed a hint to change the file permissions to executable so this requirement should be more clear.
Nevermind! I was misunderstanding how commits are represented and what action is actually performed when a PR is merged. This shouldn't be a problem. |
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.
Looks good to me! Thanks for the update 🌳
0f86cc5
to
019c763
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.
019c763
to
1ee23d5
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.
LGTM. Thanks for the updates!
@arfio please rebase the PR to the latest master so that I can merge it. |
Add instructions on how to download and use the app. Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com> Signed-off-by: Erica Bugden <erica.bugden@gmail.com>
1ee23d5
to
2a32a44
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.
Thanks for the updates!
Add instructions on how to download and use the app.
Related to #352 #387
Motivation: Currently, users need to compile the Trace Viewer from source to view their own traces. To avoid the time-consuming dev setup and compilation we now offer a downloadable package (electron desktop application + trace server).
Signed-off-by: Arnaud Fiorini fiorini.arnaud@gmail.com
Signed-off-by: Erica Bugden erica.bugden@gmail.com