We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b64cc commit f88bbf9Copy full SHA for f88bbf9
docs/ChangeLog.md
@@ -1,4 +1,4 @@
1
-## 1.2.3 - 20220315
+## 1.2.3 - 20220318
2
3
* Fixed some (not all) UI scaling issues
4
* Windows fixes
res/release.sh
@@ -64,11 +64,9 @@ mkdir tst
64
cd tst
65
${QMAKE} ../../tests.pro
66
make
67
-TEXE="./build/tests"
68
if [ "${OS}" = "Windows" ]; then
69
- TEXE=build/tests.exe
+ ${WINE} build/tests.exe
70
fi
71
-${WINE} ${TEXE}
72
73
cd "${BUILD_DIR}"
74
0 commit comments