Skip to content
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

Linux support please... #62

Closed
Rongky opened this issue Jan 24, 2016 · 1 comment
Closed

Linux support please... #62

Rongky opened this issue Jan 24, 2016 · 1 comment

Comments

@Rongky
Copy link

Rongky commented Jan 24, 2016

Good day...

Just hoping there will also be support for linux!
and thanks for this awesome package...
finally, meteor has something for the desktop in online mode..

tnx.

@wearhere
Copy link
Collaborator

I don't need to support Linux at the moment, but I'd definitely take pull requests for this! A rough sketch of tasks:

  • support building for Linux — see if adding the appropriate platform/arch object to Meteor.settings.electron.build just works
  • support setting the app icon on Linux — will need to be handled differently than for Mac/Windows, see https://github.com/maxogden/electron-packager 's README
  • support downloading the Linux app - probably just a matter of parsing the download URL here but I don't have a sense of what that looks like (is it an installer like on Windows, or a (zipped form of?) the app itself like on Mac?)
  • support remote updates

On the last note, I've heard that Electron's auto-updater framework doesn't actually support Linux—it's recommended that you update the app just via the system package manager. In that case, I don't know if there's anything for meteor-electron to do, I'd just want to document this in its README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants