sidekickcode / tracker

:bangbang: Issue tracker for Sidekick
0 stars 0 forks source link

Implement Autoupdate on linux #98

Open rishson opened 9 years ago

rishson commented 9 years ago

Check latest but 0.12.0 does not pull patch update. url for patch is ok can pull patch in browser update sets feed url ok update asks for info but neither updateAvailable or updateUnavailable is called.

rishson commented 9 years ago
[gui-main 5261] last updated date is valid
[gui-main 5261] update check is required
[gui-main 5261] update: setting feed url to: http://updates.sidekickjs.com/releases/latest?current_version=0.12.0&os=linux
[gui-main 5261] update: checking for updates..

then nothing further

rishson commented 9 years ago

Looks like I need to implement this as squirrel is mac only. https://github.com/atom/electron/issues/1479

Add sidekick to sources.list and publish deb package using http://www.aptly.info/tutorial/repo/ ?

rishson commented 9 years ago

Since we don't have root on CodeShip, the following might work:

wget && dpkg --extract ruby-dev
wget && dpkg --extract build-essential
gem intall fpm
rishson commented 9 years ago

Codeship has bundler by default so just install the gem andy.

rishson commented 9 years ago