Browse Source

chore(appimage): upstream renamed the branch

reviewable/pr5474/r1
sudden6 7 years ago
parent
commit
7aed694e45
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 2
      appimage/build.sh

2
appimage/build.sh

@ -100,7 +100,7 @@ make install @@ -100,7 +100,7 @@ make install
# is master as of 2018-04-25
AITOOL_HASH="5d93115f279d94a4d23dfd64fb8ccd109e98f039"
# build appimagetool
git clone -b appimagetool/master --single-branch --recursive \
git clone -b master --single-branch --recursive \
https://github.com/AppImage/AppImageKit "$AITOOL_BUILD_DIR"
cd "$AITOOL_BUILD_DIR"

Loading…
Cancel
Save