File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
modules : ' qtmultimedia'
105
105
aqtversion : ' ==3.1.6'
106
106
107
- - name : Install dependencies
107
+ - name : Install Dependencies
108
108
run : |
109
109
sudo apt-get update
110
110
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:
120
120
chmod +x linuxdeploy-x86_64.AppImage
121
121
chmod +x linuxdeploy-plugin-qt-x86_64.AppImage
122
122
123
- - name : Create AppImage
123
+ - name : Package Silaty
124
124
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
129
129
rm linuxdeploy-x86_64.AppImage
130
130
rm linuxdeploy-plugin-qt-x86_64.AppImage
131
+ ls
131
132
mv *.AppImage ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
132
133
133
134
- name : Release Silaty
You can’t perform that action at this time.
0 commit comments