test: run generated asset hook inside MSI fixture
This commit is contained in:
@@ -45,7 +45,7 @@ $config = @{
|
|||||||
productName = 'VoiceStudio MSI Diagnostic'
|
productName = 'VoiceStudio MSI Diagnostic'
|
||||||
version = '0.0.0'
|
version = '0.0.0'
|
||||||
identifier = 'com.debpalash.voicestudio.wixdiagnostic'
|
identifier = 'com.debpalash.voicestudio.wixdiagnostic'
|
||||||
build = @{ beforeBuildCommand = 'python build-assets.py' }
|
build = @{ beforeBuildCommand = @{ script = 'python build-assets.py'; cwd = $fixture } }
|
||||||
bundle = @{
|
bundle = @{
|
||||||
active = $true
|
active = $true
|
||||||
targets = @('msi')
|
targets = @('msi')
|
||||||
|
|||||||
Reference in New Issue
Block a user