We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c10c9 commit edfc654Copy full SHA for edfc654
3 files changed
build.txt
@@ -1 +1 @@
1
-94
+95
script/build_unix_aio.sh
@@ -33,7 +33,7 @@ f() {
33
cd $T
34
F=${V}_mac64.zip
35
I=jqt-mac${s}.zip
36
- L=qt68-mac${s}.zip
+ L=qt610-mac${s}.zip
37
wget -q $D/install/$F
38
wget -q $D/qtide/$I
39
wget -q $D/qtlib/$L
@@ -67,7 +67,7 @@ f() {
67
68
F=${V}_linux64.tar.gz
69
I=jqt-linux${s}.tar.gz
70
- L=qt68-linux${s}.tar.gz
+ L=qt610-linux${s}.tar.gz
71
72
73
script/getfiles.ps1
@@ -38,7 +38,7 @@ else {
$zip = ($rwin + ".zip")
40
$jqt = ("jqt-win" + $arm64 + $slim + ".zip")
41
-$qtl = ("qt68-win" + $arm64 + $slim + ".zip")
+$qtl = ("qt610-win" + $arm64 + $slim + ".zip")
42
43
echo ("ver = " + $ver)
44
echo ("args = " + $args)
0 commit comments