Win actions fix

This commit is contained in:
Dennis Fokin 2022-07-06 15:02:28 +02:00
parent 0f41871347
commit f098d95e7e
No known key found for this signature in database
GPG Key ID: 870B88256690D8BC

View File

@ -58,6 +58,7 @@ jobs:
run: |
$env:PATH += ";$env:WIX\bin"
$env:SRCDIR = "build\windows\runner\Release\"
mv resources\win\license.rtf .\
heat dir .\build\windows\runner\Release\ -out fragment.wxs -gg -scom -srd -sfrag -dr INSTALLDIR -cg ApplicationFiles -var env.SRCDIR
candle .\fragment.wxs .\resources\win\yubioath-desktop.wxs -ext WixUtilExtension -arch x64
light fragment.wixobj yubioath-desktop.wixobj -ext WixUIExtension -ext WixUtilExtension -o yubioath-desktop.msi