22
22
23
23
with :
24
24
arch : win64_mingw
25
- version : 6.5.1
25
+ version : 6.5.3
26
26
host : windows
27
27
target : desktop
28
28
tools : ' tools_ifw tools_qtcreator,qt.tools.qtcreator'
40
40
C:\msys64\usr\bin\wget.exe -O cqtd.exe https://github.com/QuasarApp/CQtDeployer/releases/download/v1.6.2285/CQtDeployer_1.6.2285.1507045_Windows_AMD64.exe
41
41
./cqtd.exe install --accept-messages --root D:\a\SilatyQt\SilatyQt\qt\Qt\ --confirm-command
42
42
cd release
43
- ../qt/Qt/1.6/CQtDeployer.exe -bin Silaty.exe -qmake ../qt/Qt/6.5.1 /mingw_64/bin/qmake.exe qif -extraPlugin ../qt/Qt/6.5.1 /mingw_64/plugins/multimedia -extraData ../winBin/* -icon ../images/Icons/silaty.ico -deployVersion 1.6
43
+ ../qt/Qt/1.6/CQtDeployer.exe -bin Silaty.exe -qmake ../qt/Qt/6.5.3 /mingw_64/bin/qmake.exe qif -extraPlugin ../qt/Qt/6.5.3 /mingw_64/plugins/multimedia -extraData ../winBin/* -icon ../images/Icons/silaty.ico -deployVersion 1.6
44
44
45
45
- name : Release Silaty
46
46
61
61
- name : Install Qt
62
62
63
63
with :
64
- version : 6.5.1
64
+ version : 6.5.3
65
65
host : linux
66
66
target : desktop
67
67
dir : ' ${{github.workspace}}/qt/'
76
76
run : |
77
77
wget -O cqtd.deb https://github.com/QuasarApp/CQtDeployer/releases/download/v1.6.2285/CQtDeployer_1.6.2285.1507045_Linux_x86_64.deb
78
78
sudo apt install ./cqtd.deb
79
- cqtdeployer -bin Silaty qif -extraPlugin ./qt/Qt/6.5.1 /gcc_64/plugins/multimedia -icon ./images/Icons/silaty.png -deployVersion 1.6
79
+ cqtdeployer -bin Silaty qif -extraPlugin ./qt/Qt/6.5.3 /gcc_64/plugins/multimedia -icon ./images/Icons/silaty.png -deployVersion 1.6
80
80
81
81
- name : Release Silaty
82
82
97
97
- name : Install Qt
98
98
99
99
with :
100
- version : 6.5.1
100
+ version : 6.5.3
101
101
host : linux
102
102
target : desktop
103
103
dir : ' ${{github.workspace}}/qt/'
@@ -123,7 +123,7 @@ jobs:
123
123
- name : Package Silaty
124
124
run : |
125
125
export QMAKE=qmake
126
- export PATH=./qt/Qt/6.5.1 /gcc_64/libexec:$PATH
126
+ export PATH=./qt/Qt/6.5.3 /gcc_64/libexec:$PATH
127
127
./linuxdeploy-x86_64.AppImage --appdir AppDir -e Silaty -i ./images/Icons/silaty.png -d ./silaty.desktop --plugin qt --output appimage
128
128
rm linuxdeploy-x86_64.AppImage
129
129
rm linuxdeploy-plugin-qt-x86_64.AppImage
@@ -147,7 +147,7 @@ jobs:
147
147
- name : Install Qt
148
148
149
149
with :
150
- version : 6.5.1
150
+ version : 6.5.3
151
151
host : mac
152
152
target : desktop
153
153
dir : ' ${{github.workspace}}/qt/'
@@ -163,7 +163,7 @@ jobs:
163
163
mkdir release
164
164
mv Silaty.app ./release
165
165
cd release
166
- ../qt/Qt/6.5.1 /macos/bin/macdeployqt ./Silaty.app -dmg -verbose=1
166
+ ../qt/Qt/6.5.3 /macos/bin/macdeployqt ./Silaty.app -dmg -verbose=1
167
167
168
168
- name : Release Silaty
169
169
0 commit comments