Use "in" over "on"
This commit is contained in:
parent
bd264aa1ba
commit
b797804fd9
5 changed files with 7 additions and 6 deletions
|
@ -53,7 +53,7 @@ server that you are requesting updates from. A common approach is to use query
|
|||
parameters, like this:
|
||||
|
||||
```javascript
|
||||
// On the main process
|
||||
// In the main process
|
||||
var app = require('app');
|
||||
var autoUpdater = require('auto-updater');
|
||||
autoUpdater.setFeedUrl('http://mycompany.com/myapp/latest?version=' + app.getVersion());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue