Skip to content

Commit 279be6a

Browse files
2 parents 8c62e71 + bf67ef2 commit 279be6a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: .github/workflows/main.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: jurplel/[email protected]
2323
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'
@@ -40,7 +40,7 @@ jobs:
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
4646
uses: actions/[email protected]
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install Qt
6262
uses: jurplel/[email protected]
6363
with:
64-
version: 6.5.1
64+
version: 6.5.3
6565
host: linux
6666
target: desktop
6767
dir: '${{github.workspace}}/qt/'
@@ -76,7 +76,7 @@ jobs:
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
8282
uses: actions/[email protected]
@@ -97,7 +97,7 @@ jobs:
9797
- name: Install Qt
9898
uses: jurplel/[email protected]
9999
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
148148
uses: jurplel/[email protected]
149149
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
uses: actions/[email protected]

0 commit comments

Comments
 (0)