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

AppImage for Linux #431

Closed
probonopd opened this issue Jul 26, 2016 · 5 comments
Closed

AppImage for Linux #431

probonopd opened this issue Jul 26, 2016 · 5 comments

Comments

@probonopd
Copy link

Would you be interested to provide an AppImage for Linux? electron-builder now has support for it that makes it really easy to do.

On Ubuntu 16.04, I ran

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs icnsutils graphicsmagick

wget https://github.com/zeit/hyperterm/archive/master.zip
unzip master.zip
cd *-master/

npm install
npm run dist -- --linux=AppImage

and it produced a working AppImage.

linux

@rauchg
Copy link
Member

rauchg commented Jul 26, 2016

0.7.0 shipped an AppImage. Can you please test it?

@rauchg rauchg closed this as completed Jul 26, 2016
@rauchg
Copy link
Member

rauchg commented Jul 26, 2016

Please reopen this issue or new ones if you encounter problems

@probonopd
Copy link
Author

Sorry, my mistake. Thanks for providing the AppImage! Downloaded, tested, works.

@rauchg
Copy link
Member

rauchg commented Jul 26, 2016

amazing. Could you supply a high resolution screenshot of it with a few tabs open and uname -a | pokemonsay?

Kinda like this:

image

@probonopd
Copy link
Author

screenshot from 2016-07-26 21-36-38

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