Hello,
We've updated our app and are trying to build it for Windows. However, it seems to be failing for no reason. Here is the log/error:
Built application at: D:\a\code\code\target\release\Modrinth App.exe
Info Verifying wix package
Downloading https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip
Info validating hash
Info extracting WIX
Info Target: x64
Running candle for "main.wxs"
failed to bundle project: error running candle.exe: failed to run C:\Users\runneradmin\AppData\Local\tauri\WixTools314\candle.exe
Error failed to bundle project: error running candle.exe: failed to run C:\Users\runneradmin\AppData\Local\tauri\WixTools314\candle.exe
D:\a\code\code\apps\app:
We're using the mainBinaryName feature. Our Tauri Version is RC17. Is anyone able to find any insight into this?
cc @wide cloud (I think this might be caused by your recent changes to the bundler)