Skip to content

Commit

Permalink
fix: typo in the Product Key use
Browse files Browse the repository at this point in the history
Fixes #255
  • Loading branch information
alexsander-souza committed Sep 6, 2024
1 parent 2cad568 commit 63889f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>/<ProductKey>/;s/<\/ProductKey>-->/<\/ProductKey>/' $@
endif
Expand Down

0 comments on commit 63889f5

Please sign in to comment.