windows打包出错
#868
-
在本地和GitHub actions在线打包都出现这个问题: Built application at: D:\a\Pake\Pake\node_modules\pake-cli\src-tauri\target\release\pake.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`
file:///D:/a/Pake/Pake/node_modules/pake-cli/dist/cli.js:361
reject(new Error(`${code}`));
^
Error: 1
at file:///D:/a/Pake/Pake/node_modules/pake-cli/dist/cli.js:361:24
at D:\a\Pake\Pake\node_modules\shelljs\src\exec.js:145:9
at ChildProcess.exithandler (node:child_process:430:5)
at ChildProcess.emit (node:events:517:28)
at maybeClose (node:internal/child_process:1098:16)
at ChildProcess._handle.onexit (node:internal/child_process:303:5) |
Beta Was this translation helpful? Give feedback.
Answered by
tw93
Dec 19, 2024
Replies: 1 comment 1 reply
-
谢谢反馈底层main.wxs有一个更新,刚好最近Pake在做大版本升级,差不多了,可以使用 pake-cli 3.0.1 版本已经修复,请继续试试。 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pengwon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
谢谢反馈底层main.wxs有一个更新,刚好最近Pake在做大版本升级,差不多了,可以使用 pake-cli 3.0.1 版本已经修复,请继续试试。