From 87559b02093a952b8a1e0ef417d82c2c6ad6ff3e Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Mon, 27 Sep 2021 17:05:21 +0000 Subject: [PATCH] Set MSI to be 64-bit only. Hi there! I noticed that the MSI file built for Windows was building in 32-bit mode, even though Podman is 64-bit only. I added a flag to wixl in the Makefile to tell it to build a 64-bit MSI, and I adjusted the podman.wxs file to use the right settings for 64-bit programs. Signed-off-by: GitHub --- Makefile | 2 +- contrib/msi/podman.wxs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 3116958c65..f00bb8d71c 100644 --- a/Makefile +++ b/Makefile @@ -672,7 +672,7 @@ podman-v$(RELEASE_NUMBER).msi: podman-remote-windows podman-remote-windows-docs --directory-ref INSTALLDIR --prefix $(DOCFILE)/ > \ $(DOCFILE)/pages.wsx wixl -D VERSION=$(call err_if_empty,RELEASE_VERSION) -D ManSourceDir=$(DOCFILE) \ - -o $@ contrib/msi/podman.wxs $(DOCFILE)/pages.wsx + -o $@ contrib/msi/podman.wxs $(DOCFILE)/pages.wsx --arch x64 .PHONY: package package: ## Build rpm packages diff --git a/contrib/msi/podman.wxs b/contrib/msi/podman.wxs index 451dd565de..4136e2cc4a 100644 --- a/contrib/msi/podman.wxs +++ b/contrib/msi/podman.wxs @@ -11,19 +11,19 @@ - + - + - + - +