From c6c9928cccb75a1a1e0be5cf81baea4cd52fe725 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sun, 5 Feb 2023 12:35:31 +0100 Subject: [PATCH] Sun Feb 5 12:35:31 PM CET 2023 --- assets/windows.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/windows.mk b/assets/windows.mk index d0f3d17..8165b69 100644 --- a/assets/windows.mk +++ b/assets/windows.mk @@ -19,6 +19,8 @@ docker : build : pwd + (cd /root/windows && git pull) + make fetch make all cp -v $(outfiles) / ( cd / && sha256sum $(outfile-exe) > $(outfile-exe).sha256sum )