Jens Lind

Results 18 comments of Jens Lind

I also need a nice way of hiding/showing different elements if the gravatar returns a 404. Perhaps we could solve it with something like the following: ``` html ``` ```...

Not sure what you mean, do you want a way to auto generate the `auto_updater.json` file with the latest release url?

Currently it does not work with private repos. Should be doable though. :)

After some investigation this looks to be harder than I thought. The `autoupdater` requires a server and you must specify a URL that returns the json. Currently we are using...

Yeah, this seems to return what we wan't: `https://api.github.com/repos/USER/REPO/contents/auto_updater.json?access_token=TOKEN` returns: ``` { ... "download_url": "https://raw.githubusercontent.com/USER/REPO/master/auto_updater.json?token=..." ... } ```

> Do you have any thoughts on how/where to store the token? Well, thats the next problem thats needs to be solved. Also I'm thinking of where the best place...

Hmm I guess one solution could be to create a new GitHub user and create a new access token and use that one to authenticate. Not sure if it is...

Well, did you sign your application using `codesign`? Also depending on how you compress it, you might loose the codesign when unpacked.

![;;](https://img.shields.io/badge/code%20style-%3B%3B-brightgreen.svg) ? :trollface:

Well, we are limited to what is implemented in Electron. The Electron [tray docs](https://github.com/atom/electron/blob/master/docs/api/tray.md) page has listed some limitations.