Skip to content

Commit f88bbf9

Browse files
committed
minor
1 parent f6b64cc commit f88bbf9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.2.3 - 20220315
1+
## 1.2.3 - 20220318
22

33
* Fixed some (not all) UI scaling issues
44
* Windows fixes

res/release.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,9 @@ mkdir tst
6464
cd tst
6565
${QMAKE} ../../tests.pro
6666
make
67-
TEXE="./build/tests"
6867
if [ "${OS}" = "Windows" ]; then
69-
TEXE=build/tests.exe
68+
${WINE} build/tests.exe
7069
fi
71-
${WINE} ${TEXE}
7270

7371
cd "${BUILD_DIR}"
7472

0 commit comments

Comments
 (0)