Fix stupid typo in AppImage

This commit is contained in:
Zhymabek Roman 2023-01-05 08:46:00 +06:00 committed by GitHub
parent 10e2426090
commit c91694c6b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -245,12 +245,16 @@ appimage-amd64:
- wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool && \ - wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool && \
- chmod +x /usr/local/bin/appimagetool - chmod +x /usr/local/bin/appimagetool
- export HOME_DIR=$(pwd)
# Workaround for https://github.com/AppImageCrafters/appimage-builder/issues/280 # Workaround for https://github.com/AppImageCrafters/appimage-builder/issues/280
- cd /tmp - cd /tmp
- git clone https://github.com/AppImageCrafters/appimage-builder - git clone https://github.com/AppImageCrafters/appimage-builder
- cd appimage-builder
- git checkout 9733877eed75aea0fa8e9a1cd26c22d77a10aa4a - git checkout 9733877eed75aea0fa8e9a1cd26c22d77a10aa4a
- pip3 install . - pip3 install .
- pip3 install cffi - pip3 install cffi
- cd $HOME_DIR
- /usr/sbin/update-ccache-symlinks - /usr/sbin/update-ccache-symlinks
- rm -rf ../.hunter && mv .hunter ../.hunter || true - rm -rf ../.hunter && mv .hunter ../.hunter || true