#Error running appimage.sh

4 messages · Page 1 of 1 (latest)

fringe valve
#

When I try to run tauri build with the target armv7-unknown-linux-gnueabihf, I get the following Error:

+ wget -q -4 -N https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-armv7
+ wget -q -4 -N https://github.com/AppImage/AppImageKit/releases/download/12/AppRun-armv7
       Error [tauri_cli] failed to bundle project: error running appimage.sh: error running appimage.sh: `failed to run /app/src-tauri/target/armv7-unknown-linux-gnueabihf/release/bundle/appimage/build_appimage.sh`

https://github.com/AppImage/AppImageKit/releases/download/12/AppRun-armv7 is not available anymore.

I found this github issue with the exact same problem:
https://github.com/tauri-apps/tauri/issues/5472

Does anybody know a workaround to successfully create a .deb file for armv7?

GitHub

Describe the bug when running cargo tauri build --verbose on a raspberry pi. I get the following error Error [tauri_cli] failed to bundle project: error running appimage.sh: error running appimage....

still berry
#

if you only want a .deb file as you said you can just disable the appimage bundler

#

either way the deb bundler runs before the appimage bundler so even tho the latter fails it should still create the deb just fine