File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -315,8 +315,25 @@ else
315315 APPIMAGETOOL=" appimagetool"
316316fi
317317
318- # Build AppImage
318+ # Debug: Show AppDir structure before packaging
319+ echo " "
320+ echo " === AppDir structure before packaging ==="
321+ echo " All symlinks in AppDir:"
322+ find " ${APPDIR} " -type l -ls 2> /dev/null || true
323+ echo " "
324+ echo " === AppRun location and type ==="
325+ ls -la " ${APPDIR} /AppRun"
326+ file " ${APPDIR} /AppRun" 2> /dev/null || true
327+ echo " "
328+ echo " === /usr/bin contents ==="
329+ ls -la " ${APPDIR} /usr/bin/" 2> /dev/null || true
319330echo " "
331+ echo " === Root level contents ==="
332+ ls -la " ${APPDIR} /" 2> /dev/null || true
333+ echo " ================================"
334+ echo " "
335+
336+ # Build AppImage
320337echo " Building AppImage..."
321338cd " ${ROOT_DIR} /release"
322339# In CI environments, appimagetool may fail to test the AppImage due to missing FUSE
You can’t perform that action at this time.
0 commit comments