-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add details of Electron automated binary detection. #3055
Conversation
Deploy preview ready for 3055! |
|
||
### Binary location | ||
|
||
The `binary_location` is the folderpath and filename of your Electron executable within your zip file structure. | ||
The `binary_location` is the folderpath and filename of your Electron executable within your archive file structure. |
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.
Make the lint bot happy. 😄
The `binary_location` is the folderpath and filename of your Electron executable within your archive file structure. | |
The `binary_location` is the folderpath and filename of your Electron executable in your archive file structure. |
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 didn't even write THAT one 😆
|
||
For example, if your zip file is structured like this: | ||
You don't normally need to provide this field. If you omit it, our systems will do their best to find the executable within the file you uploaded. |
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.
You don't normally need to provide this field. If you omit it, our systems will do their best to find the executable within the file you uploaded. | |
You don't normally need to provide this field. If you omit it, our systems will do their best to find the executable in the file you uploaded. |
Deploy preview ready for 3055! |
Description
Added details of automated detection of executable binaries in Electron applications.
Motivation and Context
DVI task
Types of Changes