test: run generated asset hook inside MSI fixture

This commit is contained in:
Palash Debnath
2026-09-07 16:44:14 +05:30
parent 74aa444485
commit 4486b479a1
+1 -1
View File
@@ -45,7 +45,7 @@ $config = @{
productName = 'VoiceStudio MSI Diagnostic'
version = '0.0.0'
identifier = 'com.debpalash.voicestudio.wixdiagnostic'
build = @{ beforeBuildCommand = 'python build-assets.py' }
build = @{ beforeBuildCommand = @{ script = 'python build-assets.py'; cwd = $fixture } }
bundle = @{
active = $true
targets = @('msi')