{ "lindbergh": [ { "source_url": "https://github.com/lindbergh-loader/lindbergh-loader/releases/{VERSION}/*.flatpak", "source_type": "github_release", "version": "$LINDBERGH_DESIRED_VERSION", "extraction_type": "local" }, { "source_url": "$EXTRACTED_PATH", "source_type": "flatpak-bundle", "dest": "user", "version": "com.github.lindberghloader", "extraction_type": "flatpak", "assets": [ { "type": "dir", "source": "bin", "dest": "bin" }, { "type": "dir", "source": "etc", "dest": "etc" }, { "type": "dir", "source": "lib", "dest": "lib" }, { "type": "dir", "source": "lib32", "dest": "lib32" }, { "type": "dir", "source": "sbin", "dest": "sbin" }, { "type": "create", "dest": "component_version", "contents": "$SOURCE_VERSION" }, { "type": "dir", "source": "$REPO_ROOT/$COMPONENT_NAME/rd_assets/rd_config", "dest": "rd_config" }, { "type": "file", "source": "$REPO_ROOT/$COMPONENT_NAME/component_functions.sh", "dest": "$COMPONENT_ARTIFACT_ROOT" }, { "type": "file", "source": "$REPO_ROOT/$COMPONENT_NAME/component_launcher.sh", "dest": "$COMPONENT_ARTIFACT_ROOT" }, { "type": "file", "source": "$REPO_ROOT/$COMPONENT_NAME/component_manifest.json", "dest": "$COMPONENT_ARTIFACT_ROOT" }, { "type": "file", "source": "$REPO_ROOT/$COMPONENT_NAME/component_recipe.json", "dest": "$COMPONENT_ARTIFACT_ROOT" } ], "libs": [] } ] }