> For the complete documentation index, see [llms.txt](https://visi-digital-internasional.gitbook.io/geo-prospector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-zh/geng-xin-yu-an-quan/updating.md).

# 更新 Geo Prospector

## 当前稳定版本

`6.7.25.1`

## 官方更新渠道

* **指定版本安装程序：** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/download/v6.7.25.1/GeoProspectorSetup.exe)
* **最新稳定版安装程序：** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/latest/download/GeoProspectorSetup.exe)
* **GitHub 发布：** [Geo Prospector v6.7.25.1](https://github.com/visi-digital-internasional/geo-prospector-update/releases/tag/v6.7.25.1)
* **更新清单：** [version.json](https://raw.githubusercontent.com/visi-digital-internasional/geo-prospector-update/main/version.json)

## 安装程序标识

| 属性      | 值                                                                  |
| ------- | ------------------------------------------------------------------ |
| 版本      | `6.7.25.1`                                                         |
| 大小      | `273765875 字节` （261.08 MiB）                                        |
| SHA-256 | `49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F` |
| 强制更新    | `false`                                                            |

## 手动更新

1. 允许正在进行的 B2B Finder 或 Email Finder 任务完成。
2. 关闭 Geo Prospector。
3. 下载官方的 `GeoProspectorSetup.exe`.
4. 验证 SHA-256 哈希值。
5. 在现有安装上运行安装程序。
6. 重新打开 Geo Prospector。
7. 确认版本 `6.7.25.1` 以及当前的许可证状态。
8. 运行一个小型的 B2B Finder 冒烟测试。

## 验证安装程序

```powershell
Get-FileHash -LiteralPath ".\GeoProspectorSetup.exe" -Algorithm SHA256
```

预期的 SHA-256：

```
49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F
```

如果哈希值不同，请不要安装该文件。

## 数据保留

安装程序会更新应用文件，同时保留位于以下路径下的用户生成数据： `C:\GeoProspector`.

## 重要

不要只复制 `geo_prospector.exe` 或替换单个运行时文件。请使用完整的官方安装程序，以确保已签名的安全锚点清单、Node.js 运行时、Chromium 运行时以及受保护的 Email Finder 后端保持一致。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-zh/geng-xin-yu-an-quan/updating.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
