Skip to content

Commit 35d2ebd

Browse files
committed
ci: Windows executables have .exe extension!!!
1 parent 10776d6 commit 35d2ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ OPTSQT6 := --ws=qt6
55
LPI := heidisql.lpi
66

77
BIN := ./out/heidisql
8-
BINWIN64 := ./out/win64/heidisql
8+
BINWIN64 := ./out/win64/heidisql.exe
99
BINGTK := ./out/gtk2/heidisql
1010
BINQT5 := ./out/qt5/heidisql
1111
BINQT6 := ./out/qt6/heidisql

0 commit comments

Comments
 (0)