Skip to content

Commit fc49d22

Browse files
committed
ci: And I had to forget one more, right?!?!
1 parent 35d2ebd commit fc49d22

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
@@ -44,7 +44,7 @@ build-win64:
4444
@echo "=== Building Win64"
4545
$(LAZBUILD) $(OPTS) $(LPI)
4646
@mkdir -p ./out/win64
47-
@mv -v $(BIN) $(BINWIN64)
47+
@mv -v "$(BIN).exe" "$(BINWIN64)"
4848

4949
run-win64:
5050
@echo "Not implemented yet."

0 commit comments

Comments
 (0)