probonopd
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
README.md
|
@ -174,12 +174,12 @@ script: |
|
|
- wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" |
|
|
- wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" |
|
|
- chmod a+x linuxdeployqt-continuous-x86_64.AppImage |
|
|
- chmod a+x linuxdeployqt-continuous-x86_64.AppImage |
|
|
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH |
|
|
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH |
|
|
- export VERSION=$(git rev-parse --short HEAD) # linuxdeployqt uses this for naming the file |
|
|
# export VERSION=... # linuxdeployqt uses this for naming the file |
|
|
- ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage |
|
|
- ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage |
|
|
|
|
|
|
|
|
after_success: |
|
|
after_success: |
|
|
- find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq |
|
|
# find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq # for debugging |
|
|
- # curl --upload-file APPNAME*.AppImage https://transfer.sh/APPNAME-git.$(git rev-parse --short HEAD)-x86_64.AppImage |
|
|
# curl --upload-file APPNAME*.AppImage https://transfer.sh/APPNAME-git.$(git rev-parse --short HEAD)-x86_64.AppImage |
|
|
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh |
|
|
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh |
|
|
- bash upload.sh APPNAME*.AppImage* |
|
|
- bash upload.sh APPNAME*.AppImage* |
|
|
|
|
|
|
|
|