Skip to content
Snippets Groups Projects
Commit cd35eecf authored by akiraohgaki's avatar akiraohgaki
Browse files

Import AppImageUpdate

parent b2d85b88
No related branches found
No related tags found
No related merge requests found
*.pro.user
build_*/
lib/qtlib/
lib/AppImageUpdate/
......@@ -5,3 +5,8 @@ PROJDIR="$(cd "$(dirname "${0}")/../" && pwd)"
if [ ! -d "${PROJDIR}/lib/qtlib" ]; then
git clone https://github.com/akiraohgaki/qtlib.git -b release-0.2.1 --single-branch --depth=1 "${PROJDIR}/lib/qtlib"
fi
if [ ! -d "${PROJDIR}/lib/AppImageUpdate" ]; then
git clone https://github.com/AppImage/AppImageUpdate.git -b continuous --single-branch --depth=1 "${PROJDIR}/lib/AppImageUpdate"
git -C "${PROJDIR}/lib/AppImageUpdate" submodule update --init --recursive --depth=1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment