22222323 with :
2424 arch : win64_mingw
25- version : 6.5.1
25+ version : 6.5.3
2626 host : windows
2727 target : desktop
2828 tools : ' tools_ifw tools_qtcreator,qt.tools.qtcreator'
4040 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
4141 ./cqtd.exe install --accept-messages --root D:\a\SilatyQt\SilatyQt\qt\Qt\ --confirm-command
4242 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
4444
4545 - name : Release Silaty
46466161 - name : Install Qt
62626363 with :
64- version : 6.5.1
64+ version : 6.5.3
6565 host : linux
6666 target : desktop
6767 dir : ' ${{github.workspace}}/qt/'
7676 run : |
7777 wget -O cqtd.deb https://github.com/QuasarApp/CQtDeployer/releases/download/v1.6.2285/CQtDeployer_1.6.2285.1507045_Linux_x86_64.deb
7878 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
8080
8181 - name : Release Silaty
82829797 - name : Install Qt
98989999 with :
100- version : 6.5.1
100+ version : 6.5.3
101101 host : linux
102102 target : desktop
103103 dir : ' ${{github.workspace}}/qt/'
@@ -123,7 +123,7 @@ jobs:
123123 - name : Package Silaty
124124 run : |
125125 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
127127 ./linuxdeploy-x86_64.AppImage --appdir AppDir -e Silaty -i ./images/Icons/silaty.png -d ./silaty.desktop --plugin qt --output appimage
128128 rm linuxdeploy-x86_64.AppImage
129129 rm linuxdeploy-plugin-qt-x86_64.AppImage
@@ -147,7 +147,7 @@ jobs:
147147 - name : Install Qt
148148149149 with :
150- version : 6.5.1
150+ version : 6.5.3
151151 host : mac
152152 target : desktop
153153 dir : ' ${{github.workspace}}/qt/'
@@ -163,7 +163,7 @@ jobs:
163163 mkdir release
164164 mv Silaty.app ./release
165165 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
167167
168168 - name : Release Silaty
169169
0 commit comments