-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Building installer on Windows with wix options specified failed for the first ever call #2927
Comments
Opened a PR at #2987 that should fix this. Please next time include the error, it would've saved me some time. |
Not sure if I tested it correctly, but it still does not work. tauri = { git="https://github.com/tauri-apps/tauri", branch="feat/active-toolchain", features = ["api-all"] }
Really sorry but I thought the error message is not something significant because it's not that informative (for me) and I didn't even understand what it's saying about |
@kimlimjustin Oh sorry I linked the wrong PR (updated the comment)> To test this you need to build the |
I don't think it's fixed tho... |
Like amr said, you need to use the git version of the rust based cli. That workflow run used the npm package, which will use the last released version of cli.rs |
Describe the bug
Building installer on Windows with Wix options (license, template) specified failed if the user never called the build before.
To Reproduce
Steps to reproduce the behavior:
yarn create tauri-app
.LICENSE
fileLICENSE
file by addinglicense
key intotauri.bundle.windows.wix
ofsrc-tauri/tauri.conf.json
with the value of../LICENSE
Now to fix that:
license
sectionlicense
sectionExpected behavior
It works fine even on the first call, cuz when calling the build via workflow, it will all fail (unless trick it by running prebuild and postbuild)
Screenshots
Code Structure:
Platform and Versions (required):
The text was updated successfully, but these errors were encountered: