mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-09 13:29:57 -05:00
Fixed other occurrences as well
This commit is contained in:
committed by
GitHub
parent
8006d67e5b
commit
5155ae43c6
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user