Skip to content

Commit

Permalink
install heat
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
  • Loading branch information
lsm5 committed May 10, 2024
1 parent 14685f4 commit 58ea54f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/win-installer/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,15 @@ function CheckCommand() {
}
}

# Needed to run the `heat` command
pushd ..\..
& 'C:\Program Files\dotnet\dotnet.exe' add package WixToolset.Heat
popd

function CheckRequirements() {
CheckCommand "gcc" "MingW CC"
CheckCommand "wix" "WiX Toolset"
CheckCommand "heat" "WixToolset.Heat"
CheckCommand "go" "Golang"
}

Expand Down

0 comments on commit 58ea54f

Please sign in to comment.