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 )