Skip to content

Commit edfc654

Browse files
committed
touch build and update to qt610
1 parent 19c10c9 commit edfc654

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
94
1+
95

script/build_unix_aio.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ f() {
3333
cd $T
3434
F=${V}_mac64.zip
3535
I=jqt-mac${s}.zip
36-
L=qt68-mac${s}.zip
36+
L=qt610-mac${s}.zip
3737
wget -q $D/install/$F
3838
wget -q $D/qtide/$I
3939
wget -q $D/qtlib/$L
@@ -67,7 +67,7 @@ f() {
6767
cd $T
6868
F=${V}_linux64.tar.gz
6969
I=jqt-linux${s}.tar.gz
70-
L=qt68-linux${s}.tar.gz
70+
L=qt610-linux${s}.tar.gz
7171
wget -q $D/install/$F
7272
wget -q $D/qtide/$I
7373
wget -q $D/qtlib/$L

script/getfiles.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else {
3838
$zip = ($rwin + ".zip")
3939

4040
$jqt = ("jqt-win" + $arm64 + $slim + ".zip")
41-
$qtl = ("qt68-win" + $arm64 + $slim + ".zip")
41+
$qtl = ("qt610-win" + $arm64 + $slim + ".zip")
4242

4343
echo ("ver = " + $ver)
4444
echo ("args = " + $args)

0 commit comments

Comments
 (0)