File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 strategy :
1111 fail-fast : false
1212 matrix :
13- os : [ubuntu-20 .04]
13+ os : [ubuntu-24 .04]
1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@v4
1717
1818 - name : Install dependencies
1919 run : |
2020 sudo apt update
21- sudo apt install libqcustomplot-dev libqscintilla2-qt5-dev libqt5svg5 libsqlcipher-dev libsqlite3-dev qttools5-dev
21+ sudo apt install libfuse2t64 libqcustomplot-dev libqscintilla2-qt5-dev libqt5svg5 libsqlcipher-dev libsqlite3-dev qttools5-dev
2222
2323 - name : Configure build
2424 run : |
@@ -31,10 +31,11 @@ jobs:
3131
3232 - name : Build AppImage
3333 run : |
34- wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
35- chmod a+x linuxdeployqt-continuous-x86_64.AppImage
34+ wget -c -nv "https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20240109-1/linuxdeploy-x86_64.AppImage"
35+ wget -c -nv "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/1-alpha-20240109-1/linuxdeploy-plugin-qt-x86_64.AppImage"
36+ chmod a+x linuxdeploy-x86_64.AppImage linuxdeploy-plugin-qt-x86_64.AppImage
3637 export VERSION=v3.13.1-rc1
37- ./linuxdeployqt-continuous- x86_64.AppImage appdir/usr/share/applications/* .desktop -appimage
38+ ./linuxdeploy- x86_64.AppImage -- appdir=appdir --desktop-file=appdir /usr/share/applications/sqlitebrowser .desktop --plugin qt --output appimage
3839
3940 - name : Rename a file
4041 run : |
You can’t perform that action at this time.
0 commit comments