And here's my debug output around the point of error:
...
+ echo 'Preparing AppImage AppDir...'
Preparing AppImage AppDir...
+ prepareappdir
++ jq -r '.buildinfo[0].name' /home/haruka/.cache/deb2appimage/build.json
+ APP_NAME=dolphin
++ jq -r '.buildinfo[0].binarypath' /home/haruka/.cache/deb2appimage/build.json
+ BINARY_PATH=/./usr/bin/dolphin
++ jq -r '.buildinfo[0].desktoppath' /home/haruka/.cache/deb2appimage/build.json
+ DESKTOP_PATH=/usr/share/applications/org.kde.dolphin.desktop
++ jq -r '.buildinfo[0].iconpath' /home/haruka/.cache/deb2appimage/build.json
+ ICON_PATH=null
++ jq -r '.buildinfo[0].usewrapper' /home/haruka/.cache/deb2appimage/build.json
+ USE_WRAPPER=true
+ '[' dolphin = null ']'
+ '[' '!' -f /home/haruka/.cache/deb2appimage/AppDir/usr/bin/dolphin ']'
+ d2aexit 2 'Binary file not found at binarypath in json file'
+ case $1 in
+ '[' '!' '' = TRUE ']'
+ echo 'Input Error!'
Input Error!
+ echo 'Binary file not found at binarypath in json file'
Binary file not found at binarypath in json file
+ '[' -n '' ']'
+ echo 'Exit code 2'
Exit code 2
+ rm -rf /home/haruka/.cache/deb2appimage/AppDir /home/haruka/.cache/deb2appimage/build.json /home/haruka/.cache/deb2appimage/debs /home/haruka/.cache/deb2appimage/other
+ exit 2
I'm not sure what the 'proper' path is supposed to be, though!
It's also very frustrating that the .cache state isn't preserved, because after trying a few different changes, ubuntu appears to have throttled me. I can't download the whole list of dependencies anymore; I get a generic downloading error from curl. It'd be nice to save and reuse files from .cache even if only during --debug.
I'm trying to make a dolphin file manager appimage. Here's my json:
And here's my debug output around the point of error:
I'm not sure what the 'proper' path is supposed to be, though!
It's also very frustrating that the .cache state isn't preserved, because after trying a few different changes, ubuntu appears to have throttled me. I can't download the whole list of dependencies anymore; I get a generic downloading error from curl. It'd be nice to save and reuse files from .cache even if only during --debug.