File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 modules : ' qtmultimedia'
105105 aqtversion : ' ==3.1.6'
106106
107- - name : Install dependencies
107+ - name : Install Dependencies
108108 run : |
109109 sudo apt-get update
110110 sudo apt-get install libgl1-mesa-dev libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xinerama0 libzstd-dev libxcb-image0-dev libxcb-util0-dev libxcb-cursor-dev
@@ -120,14 +120,15 @@ jobs:
120120 chmod +x linuxdeploy-x86_64.AppImage
121121 chmod +x linuxdeploy-plugin-qt-x86_64.AppImage
122122
123- - name : Create AppImage
123+ - name : Package Silaty
124124 run : |
125- export QML_SOURCES_PATHS="${{env.QML_DIR_NIX}}"
126- export QMAKE=${{env.REPO_DIR}}/ Qt/${{env.QT_VERSION}} /gcc_64/bin/${{env.QMAKE}}
127- export PATH=${{env.REPO_DIR}}/Qt/${{env.QT_VERSION}}/gcc_64/libexec:$PATH
128- ./linuxdeploy-x86_64.AppImage --appdir AppDir -e ${{env.UNIXNAME}} -i deploy/linux/${{env.UNIXNAME}}. png -d deploy/linux/${{env.UNIXNAME}} .desktop --plugin qt --output appimage
125+ export QMAKE=qmake
126+ export PATH=./qt/ Qt/6.5.1 /gcc_64/libexec:$PATH
127+ ls
128+ ./linuxdeploy-x86_64.AppImage --appdir AppDir -e silaty -i ./images/Icons/silaty. png -d ./silaty .desktop --plugin qt --output appimage
129129 rm linuxdeploy-x86_64.AppImage
130130 rm linuxdeploy-plugin-qt-x86_64.AppImage
131+ ls
131132 mv *.AppImage ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
132133
133134 - name : Release Silaty
You can’t perform that action at this time.
0 commit comments