-
Notifications
You must be signed in to change notification settings - Fork 412
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
Bundle appimagetool properly #545
base: master
Are you sure you want to change the base?
Changes from all commits
b7f598b
77555bc
f4ced2c
3e3dfef
df8846d
e1d8a77
2c34090
10d1e5f
07e11cb
d457848
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,13 @@ sudo dpkg -i patchelf_0.8-2_amd64.deb | |
# make -j$(nproc) | ||
# sudo make install | ||
|
||
cd /tmp/ | ||
pushd /tmp/ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there any advantage of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It handles recursion properly, |
||
# wget -c https://artifacts.assassinate-you.net/artifactory/AppImageKit/travis-2052/appimagetool-x86_64.AppImage # branch last-good, https://travis-ci.org/AppImage/AppImageKit/jobs/507462541 | ||
wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" | ||
chmod +x appimagetool*AppImage | ||
./appimagetool*AppImage --appimage-extract | ||
sudo cp squashfs-root/usr/bin/* /usr/local/bin/ | ||
sudo cp -r squashfs-root/usr/lib/appimagekit /usr/local/lib/ | ||
sudo chmod +rx /usr/local/lib/appimagekit | ||
cd - | ||
mv squashfs-root/ appimagekit.AppDir/ | ||
sudo ln -s "$(readlink -f appimagekit.AppDir/AppRun)" /usr/bin/appimagetool | ||
popd | ||
|
||
sudo apt-get -y install qt59base qt59declarative qt59webengine binutils xpra zsync desktop-file-utils gcc g++ make libgl1-mesa-dev fuse psmisc qt59translations | ||
sudo apt-get -y install qt59base qt59declarative qt59webengine binutils xpra zsync desktop-file-utils gcc g++ make libgl1-mesa-dev psmisc qt59translations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is
/tmp/appimagekit.AppDir
supposed to be coming from? I can't seem to see that being created...There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check the other script.