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

Generate AppImage #2027

Closed
wants to merge 25 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f2e641d
Update .travis.yml
probonopd Aug 22, 2016
38e461d
Create appimage.sh
probonopd Aug 22, 2016
79ace21
Update travis.sh
probonopd Aug 22, 2016
e8ffe86
Use the deb that has been generated in this build
probonopd Aug 22, 2016
366ca5e
Set git clone depth to 100
probonopd Aug 22, 2016
0da5206
Fix artifacts search path
probonopd Aug 22, 2016
a1d5148
Do not call appimage.sh from travis.sh but from build.psm1
probonopd Aug 23, 2016
1b9a437
Call appimage.sh from build.psm1
probonopd Aug 23, 2016
d49c595
Add AppImage to linux.md
probonopd Aug 23, 2016
0c7fe08
Add AppImage to linux.md
probonopd Aug 23, 2016
4c57d1c
Add AppImage to linux.md
probonopd Aug 23, 2016
d627b6c
Add AppImage to README.md
probonopd Aug 23, 2016
abfd190
"Many" instead of "most", link to AppImage for more info
probonopd Aug 23, 2016
0ea30ab
"Many" instead of "most" again
probonopd Aug 23, 2016
bb774e2
Copyright and license
probonopd Aug 23, 2016
c9324f7
MIT License for appimage.sh
probonopd Aug 23, 2016
6a49585
Full text of the MIT License is in license_thirdparty_proprietary.txt
probonopd Aug 23, 2016
bf7cba0
Use icon from local repository
probonopd Aug 23, 2016
a18bce7
Clarify license and clean up unused code
probonopd Aug 24, 2016
7476ad0
Update appimage.sh
probonopd Aug 26, 2016
e7ca878
Move AppImage generation to travis.sh
andyleejordan Aug 26, 2016
6b58119
Rename AppImage to "powershell" for package consistency
andyleejordan Aug 26, 2016
b4e1cd7
Clone 1000 commits on Travis CI
andyleejordan Aug 26, 2016
7dc82b4
Mark appimage.sh as executable
andyleejordan Aug 26, 2016
b07c6dd
Merge pull request #1 from andschwa/appimage
probonopd Aug 26, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add AppImage to linux.md
  • Loading branch information
probonopd committed Aug 23, 2016
commit 4c57d1c6f1957630bddfda7c4167b5b970812332
3 changes: 2 additions & 1 deletion docs/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ Package installation instructions
=================================

Supports [Ubuntu 14.04][u14], [Ubuntu 16.04][u16],
[CentOS 7][cos], and [OS X 10.11][osx].
[CentOS 7][cos], [most Linux distributions (AppImage)][lai], and [OS X 10.11][osx].
Copy link
Member

@TravisEz13 TravisEz13 Aug 23, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we say many instead of most? And add a link to AppImage for more info. #Resolved

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, done

All packages are available on our GitHub [releases][] page.

Once the package is installed, run `powershell` from a terminal.

[u14]: #ubuntu-1404
[u16]: #ubuntu-1604
[cos]: #centos-7
[lai]: #linux-appimage
[osx]: #os-x-1011

Ubuntu 14.04
Expand Down