ci: And I had to forget one more, right?!?!

This commit is contained in:
Gustavo Carreno
2026-01-13 19:16:22 +00:00
parent 35d2ebdbe3
commit fc49d22f28

View File

@@ -44,7 +44,7 @@ build-win64:
@echo "=== Building Win64"
$(LAZBUILD) $(OPTS) $(LPI)
@mkdir -p ./out/win64
@mv -v $(BIN) $(BINWIN64)
@mv -v "$(BIN).exe" "$(BINWIN64)"
run-win64:
@echo "Not implemented yet."