From 493a3eed51781ced6f348a1a47f812dc5791900e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Thu, 16 Feb 2023 11:41:11 +0100 Subject: [PATCH] use old commit --- assets/windows.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/windows.mk b/assets/windows.mk index 9626ac8..161c8b2 100644 --- a/assets/windows.mk +++ b/assets/windows.mk @@ -25,7 +25,7 @@ build : rm -rf windows git clone https://gitlab.com/librewolf-community/browser/windows.git - ( cd windows/linux && pwd && ${MAKE} fetch ) + ( cd windows/linux && git checkout bbd755475344cebaa8433c56cf4825344feb9e7b && pwd && ${MAKE} fetch ) ifeq ($(use_docker),false) ( cd windows/linux && ${MAKE} )