-
Notifications
You must be signed in to change notification settings - Fork 272
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
Implementing download-edge to automate downloading and unzipping Edge files #167
Conversation
ff679cd
to
bcda5e7
Compare
* `[ZIP_FILE]:\src\out\Release\gen\devtools` | ||
* copy the contents of the "devtools" folder and paste them into `c:\edge\src\out\Release\gen\devtools` | ||
* Set the `EDGE_CHROMIUM_PATH` environment variable to `c:\edge\src` (assuming your drive is located at C:\) | ||
* Download and Extract Edge source files |
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.
@vidorteg , when you get the chance, could you try out these new contributing steps and give me any feedback? Thanks
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 like the idea of having this process automated, but I would prefer to use npm instead of a new bash, users already know javascript so let's make contribution even easier.
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.
Done. PTAL
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.
Left some comments
9190712
to
bfbaf9c
Compare
2ad5c37
to
e9f3872
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
Fixed file issue in https://thirdpartysource.microsoft.com/, removing unnecessary code associated with accommodating the directory structure issue with the previously uploaded ZIPs.
Adding section for Windows users to use the bash script to download Edge files.