tauri-apps/tauri
View on GitHub[bug] Error failed to bundle project: error running appimage.sh
Open
#11,997 opened on Dec 18, 2024
help wantedplatform: Linuxstatus: needs triagetype: bug
Description
Describe the bug
Operation steps: 1 . "targets": ["deb","updater", "appimage"], 2. npm run tauri build
result:
Finished release profile [optimized] target(s) in 1m 10s
Warn 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 output
> mock_student@0.0.0 tauri
> tauri info
[✔] Environment
- OS: Ubuntu 18.4.0 X64
✔ webkit2gtk-4.0: 2.32.4
✔ rsvg2: 2.40.20
✔ rustc: 1.83.0 (90b35a623 2024-11-26)
✔ cargo: 1.83.0 (5ffbef321 2024-10-29)
✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
✔ Rust toolchain: stable-x86_64-unknown-linux-gnu (default)
- node: 16.20.2
- pnpm: 8.15.9
- npm: 8.19.4
[-] Packages
- tauri [RUST]: 1.5.4
- tauri-build [RUST]: 1.5.1
- wry [RUST]: 0.24.7
- tao [RUST]: 0.16.5
- @tauri-apps/api [NPM]: 1.6.0 (outdated, latest: 2.1.1)
- @tauri-apps/cli [NPM]: 1.6.3 (outdated, latest: 2.1.0)
[-] App
- build-type: bundle
- CSP: unset
- distDir: ../dist
- devPath: http://localhost:1421/
- framework: Vue.js
- bundler: Vite
Stack trace
No response
Additional context
No response