From 0a627309476aaa36359d2aab970094770a2156f5 Mon Sep 17 00:00:00 2001 From: Kai Korla Date: Sun, 21 Jul 2024 23:06:11 +0200 Subject: [PATCH] Update build-windows-installer.sh --- scripts/build-windows-installer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/build-windows-installer.sh b/scripts/build-windows-installer.sh index d7e0b9277..2aad05f83 100755 --- a/scripts/build-windows-installer.sh +++ b/scripts/build-windows-installer.sh @@ -2,6 +2,9 @@ WXS_FILE="wix/main.wxs" VERSION=$(cat VERSION) +# build the binary +scripts/build-windows.sh + # install latest wix dotnet tool install --global wix