-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[bug] Error failed to bundle project: error running appimage.sh #11997
Comments
Please share the logs you get when running it like this |
Debug [handlebars::render] Rendering value: Path(Relative(([Named("categories")], "categories"))) @FabianLars This is a log, but I successfully ran the script (sudo /path/build_appimage.sh) |
chmod: .cache/tauri/linuxdeploy-plugin-gtk.sh' no permission |
run command (npm run tauri build), Query the information of the corresponding file: |
hmm that's weird. i can't really think of a reason how that could happen as long as you're the owner of your own home dir 🤔 |
|
Describe the bug
Operation steps:
1 . "targets": ["deb","updater", "appimage"],
2. npm run tauri build
result:
Finished
release
profile [optimized] target(s) in 1m 10sWarn Signing, by default, is only supported on Windows hosts, but you can specify a custom signing command in
bundler > windows > sign_command
, for now, skipping signing the installer...Bundling pt-system-student_1.0.0_amd64.deb (path/src-tauri/target/release/bundle/deb/test_1.0.0_amd64.deb)
Bundling pt-system-student_1.0.0_amd64.AppImage (path/src-tauri/target/release/bundle/appimage/test_1.0.0_amd64.AppImage)
Error failed to bundle project: error running appimage.sh
Reproduction
No response
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: