From 2ad168c0858f8584e3db3b73d5b480c587cbfe09 Mon Sep 17 00:00:00 2001 From: Alexsander de Souza <61709370+alexsander-souza@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:04:55 -0300 Subject: [PATCH] fix: typo in the Product Key use (#264) Fixes #255 --- windows/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/Makefile b/windows/Makefile index 35b681b..125583f 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -39,7 +39,7 @@ OVMF_VARS.fd: /usr/share/OVMF/OVMF_VARS*.fd http/Autounattend.xml: http/Autounattend.xml.${BOOT}.template sed s#@VERSION@#"${TYPE} ${VERSION} ${EDIT}"#g $< > $@ -ifneq ($(strip $(PKEY1)),) +ifneq ($(strip $(PKEY)),) sed -i s#@PKEY@#${PKEY}#g $@ sed -i 's//<\/ProductKey>/' $@ endif