Update AppImage

This commit is contained in:
MacRimi
2025-09-28 21:08:58 +02:00
parent 3272be967d
commit 6292009b0b
3 changed files with 12 additions and 11 deletions

View File

@@ -318,7 +318,8 @@ PYEOF
# Build AppImage
echo "🔨 Building unified AppImage v${VERSION}..."
cd "$WORK_DIR"
ARCH=x86_64 ./appimagetool --no-appstream "$APP_DIR" "$APPIMAGE_NAME"
export NO_CLEANUP=1
ARCH=x86_64 ./appimagetool --no-appstream --verbose "$APP_DIR" "$APPIMAGE_NAME"
# Move to dist directory
mv "$APPIMAGE_NAME" "$DIST_DIR/"