mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
🐛 Ask user for binary name as part of the setup process
This commit is contained in:
parent
14912e1f4b
commit
075fa66e9a
2 changed files with 14 additions and 1 deletions
|
@ -62,6 +62,12 @@ Next it will ask for the name of your browser. Avoid references to Firefox or ot
|
|||
? Enter a product name › Gluon Example Browser
|
||||
```
|
||||
|
||||
The binary name is the name that your program will be run from. We recommend that you add `-browser` to the end to [avoid conflicts with common utilities](https://github.com/dothq/browser/issues/604).
|
||||
|
||||
```
|
||||
? Enter the name of the binary › gluon-example-browser
|
||||
```
|
||||
|
||||
Vendor is the company (or solo developer) who is creating the browser.
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue