-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Provide official AppImage builds for Linux #2024
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
Comments
I like it a lot, want to open a Pull Request? You should be able to setup Travis CI on your own fork for testing. |
Work in progress: master...probonopd:master @andschwa I seem to be running into issues with the Travis CI build unrelated to AppImage: https://travis-ci.org/probonopd/PowerShell/builds/154306325#L719-L750, seems to be the case in the official build too: https://travis-ci.org/PowerShell/PowerShell/builds/154265962#L731-L758 |
@probonopd The root error is here: https://travis-ci.org/probonopd/PowerShell/builds/154306325#L722 |
I believe this will fix/workaround the issue. https://docs.travis-ci.com/user/customizing-the-build#Git-Clone-Depth Your clone depth was 50... I would suggest increasing to 100. |
I filled issue #2029 for the clone depth issue. |
Ping |
PowerShell-6.0.0.alpha.9-x86_64.AppImage works fine on Slackware64-14.2 as well. |
Thanks for providing an AppImage. |
SUGGESTION #1: I think currently the filename "PowerShell-x86_64.AppImage" file should be renamed as |
POINT #2: Currently when i run (on Debian testing and ubuntu 16.04 both) the downloaded file "PowerShell-x86_64.AppImage" from url https://github.com/PowerShell/PowerShell/releases/tag/v6.0.0-alpha.17, then it first gives the some warnings and then successfully launches Powershell
Are these above warnings OK? Is there anything which still needs to be done to remove these warnings? |
@zaxebo1 Great points, but it would be better to capture them as a new issue or set of issues. I'd rather not reopen this issue. The new issue will give us something track the work that needs to be done to fix these issues. Thanks! |
@TravisEz13 |
Aren't appimages being distributed anymore? They were very convenient. I had to download the 'official linux binary' and |
@SRGOM We have switch to a Snap package. This got us better support for more platforms with lower maintenance costs. cc @joeyaiello |
Please provide PowerShell in the AppImage format for Linux.
AppImage is a packaging format for Linux that lets users download one single file, set the executable bit and run the application (here: PowerShell). Unlike other solutions, no special runtime infrastructure must be installed on the target system(s).
An unofficial PowerShell AppImage has been available on https://bintray.com/probono/AppImages/PowerShell#files. It has been tested on
To try it, run
@TravisEz13 mentioned that the AppImage works for him and @andschwa mentioned that he likes the idea of having one format for all Linux distributions.
The script that generated the AppImage is here. Feel free to use it, e.g. as part of the automated Travis CI build process. I am happy to help.
The text was updated successfully, but these errors were encountered: