Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bundler): CommandExt::output_ok returns more error info #12159

Closed
wants to merge 1 commit into from

Conversation

liigo
Copy link
Contributor

@liigo liigo commented Jan 3, 2025

Fixes #12148

before this PR:

    Running candle for "main.wxs"
    Error failed to bundle project:
    - error running candle.exe
    - `failed to run C:\Users\liigo\AppData\Local\tauri\WixTools314\candle.exe`

after this PR:

    Running candle for "main.wxs"
    Error failed to bundle project:
    - error running candle.exe
    - `failed to run C:\Users\liigo\AppData\Local\tauri\WixTools314\candle.exe. Status: exit code: 6, Stdout: Windows Installer XML Toolset Compiler version 3.14.1.8722
Copyright (c) .NET Foundation and contributors. All rights reserved.

main.wxs
E:\tmp\RUST_DIR\CARGO_TARGET_DIR\release\wix\x64\main.wxs(15) : error CNDL0006 : The Product/@Manufacturer attribute's value cannot be an empty string. If a value is not required, simply remove the entire attribute.
, Stderr: `

@liigo liigo requested a review from a team as a code owner January 3, 2025 10:08
@FabianLars
Copy link
Member

Closing because of #12148 (comment) - thanks for contributing nonetheless!!

@FabianLars FabianLars closed this Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] Tauri swallowed Wix (candle.exe) 's error output
2 participants