fix(release): include sandbox_daemon in MSI (#2774)

This commit is contained in:
Henry Park
2026-04-20 22:37:09 -07:00
committed by GitHub
parent d546cf6121
commit 15b1f14149

View File

@@ -128,6 +128,14 @@
Source='$(var.CargoTargetBinDir)\ironclaw.exe'
KeyPath='yes'/>
</Component>
<Component Id='binary1' Guid='*'>
<File
Id='exe1'
Name='sandbox_daemon.exe'
DiskId='1'
Source='$(var.CargoTargetBinDir)\sandbox_daemon.exe'
KeyPath='yes'/>
</Component>
</Directory>
</Directory>
</Directory>
@@ -150,6 +158,7 @@
<!--<ComponentRef Id='License'/>-->
<ComponentRef Id='binary0'/>
<ComponentRef Id='binary1'/>
<Feature
Id='Environment'