Fixed other occurrences as well

This commit is contained in:
Navdeep Singh Sidhu
2019-02-19 17:54:18 -06:00
committed by GitHub
parent 8006d67e5b
commit 5155ae43c6
+2 -2
View File
@@ -59,9 +59,9 @@ script:
- cd ..
- git rev-list master --count
- wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/6/linuxdeployqt-6-x86_64.AppImage"
- chmod a+x linuxdeployqt-continuous-x86_64.AppImage
- chmod a+x linuxdeployqt-6-x86_64.AppImage
- export VERSION=$(printf "`master`-`git rev-list HEAD --count`-` git -C . rev-parse --short HEAD`") #$(git rev-parse --short HEAD) # linuxdeployqt uses this for naming the file
- ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage
- ./linuxdeployqt-6-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage
after_success: