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

Use GCC8 instead of 4.9 for travis #4666

Merged
merged 7 commits into from
Jan 1, 2019
Prev Previous commit
added note about where the apprun script was source from
  • Loading branch information
lordofhyphens committed Jan 1, 2019
commit 42bca550da1a385191348bd60acda38283c52383
2 changes: 2 additions & 0 deletions package/linux/appimage-apprun.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
# Cribbed from https://github.com/darealshinji/AppImageKit-checkrt/blob/master/AppRun.sh

# some magic to find out the real location of this script dealing with symlinks
DIR=`readlink "$0"` || DIR="$0";
DIR=`dirname "$DIR"`;
Expand Down